Html Css Color HEX #964506 Saddle Brown

📋 copy color: '#964506'

red 150 ◦ green 69 ◦ blue 6

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

Shades of Saddle Brown #964506

Tints of Saddle Brown #964506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 66.67%
G = 30.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#964506 (or 0x964506) is known color: Saddle Brown. HEX triplet: 96, 45 and 06. RGB value is (150,69,6). Sum of RGB (Red+Green+Blue) = 150+69+6=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #964506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964506 is #69BAF9. Grayscale: #565656. Windows color (decimal): -6929146 or 411030. OLE color: 411030.

HSL color Cylindrical-coordinate representation of color #964506: hue angle of 26.25º 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 #964506 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 69 6 -
CMYK 0 0.54 0.96 0.41
HSL 26.25º 0.92% 0.31% -
HSV(B) 26.25º 0.96% 0.59% -
XYZ 14.74 10.75 1.47 -
YUV 86.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 150 69 6 0 0.54 0.96 0.41 26.25 0.92 0.31
Hex 96 45 6 0 36 60 29 1A 5C 1F
Octal 226 105 6 0 66 140 51 32 134 37
Binary 10010110 1000101 110 0 110110 1100000 101001 11010 1011100 11111

Color Harmonies of #964506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964506

Black with #964506

Text Example


Text Example

White with #964506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964506; }

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

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

background-color css

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

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

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

border-color css

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

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

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