Html Css Color HEX #964006 Saddle Brown

📋 copy color: '#964006'

red 150 ◦ green 64 ◦ blue 6

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

Shades of Saddle Brown #964006

Tints of Saddle Brown #964006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 68.18%
G = 29.09%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#964006 (or 0x964006) is known color: Saddle Brown. HEX triplet: 96, 40 and 06. RGB value is (150,64,6). Sum of RGB (Red+Green+Blue) = 150+64+6=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #964006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964006 is #69BFF9. Grayscale: #535353. Windows color (decimal): -6930426 or 409750. OLE color: 409750.

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

Color convert

RGB 150 64 6 -
CMYK 0 0.57 0.96 0.41
HSL 24.17º 0.92% 0.31% -
HSV(B) 24.17º 0.96% 0.59% -
XYZ 14.44 10.16 1.37 -
YUV 83.1 84.49 175.72 -
System Red Green Blue C M Y K H S L
Decimal 150 64 6 0 0.57 0.96 0.41 24.17 0.92 0.31
Hex 96 40 6 0 39 60 29 18 5C 1F
Octal 226 100 6 0 71 140 51 30 134 37
Binary 10010110 1000000 110 0 111001 1100000 101001 11000 1011100 11111

Color Harmonies of #964006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964006

Black with #964006

Text Example


Text Example

White with #964006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964006; }

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

 H1.HeaderClassName
 {
   color: #964006;
 }
 .AnyTagClassName
 {
   color: #964006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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