Html Css Color HEX #964026 Tia Maria

📋 copy color: '#964026'

red 150 ◦ green 64 ◦ blue 38

#964026
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tia Maria #964026

Tints of Tia Maria #964026

RGB

 RED value IS 150 (58.98% from 255) = 59.52%

 GREEN value IS 64 (25.39% from 255) = 25.4%

 BLUE value IS 38 (15.23% from 255) = 15.08%

R = 59.52%
G = 25.4%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#964026 (or 0x964026) is known color: 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

RGB 150 64 38 -
CMYK 0 0.57 0.75 0.41
HSL 13.93º 0.6% 0.37% -
HSV(B) 13.93º 0.75% 0.59% -
XYZ 14.76 10.29 3.04 -
YUV 86.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 150 64 38 0 0.57 0.75 0.41 13.93 0.6 0.37
Hex 96 40 26 0 39 4B 29 E 3C 25
Octal 226 100 46 0 71 113 51 16 74 45
Binary 10010110 1000000 100110 0 111001 1001011 101001 1110 111100 100101

Color Harmonies of #964026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964026

Black with #964026

Text Example


Text Example

White with #964026

Text Example


Text Example

HTML Codes & Css Web 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>