#964026

Color #964026 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #964026

Tints of Tia Maria #964026

Color information

#964026 (or 0x964026) is unknown color: approx Tia Maria. HEX triplet: 96, 40 and 26. RGB value is (150,64,38). Sum of RGB (Red+Green+Blue) = 150+64+38=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #964026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964026 is #69BFD9. Grayscale: #565656. Windows color (decimal): -6930394 or 2506902. OLE color: 2506902.

HSL color Cylindrical-coordinate representation of color #964026: hue angle of 13.93º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #964026 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1506438-
CMYK00.570.750.41
HSL13.93º59.57%36.86%-
HSV(B)13.93º74.67%58.82%-
XYZ14.7610.293.04-
YUV86.75100.49173.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=59.52%
G=25.40%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150643800.570.750.4113.9359.5736.86
Hex9640260394B29e3c25
Octal2261004607111351167445
Binary100101101000000100110011100110010111010011110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964026; }

 p { color: rgb(150,64,38); }

 H1.HeaderClassName
 {
   color: #964026;
 }
 .AnyTagClassName
 {
   color: #964026;
 }
</style>
background-color css

<style>
 a { background-color: #964026; }

 a { background-color: rgb(150,64,38); }

 div.DivClassName
 {
   background-color: #964026;
 }
 .BgClassName
 {
   background-color: #964026;
 }
</style>
border-color css

<style>
 span { border-color: #964026; }

 span { border-color: rgb(150,64,38); }

 td.TdClassName
 {
   border-color: #964026;
 }
 .TagClassName
 {
   border-color: #964026;
 }
</style>