Html Css Color HEX #964806 Saddle Brown

📋 copy color: '#964806'

red 150 ◦ green 72 ◦ blue 6

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

Shades of Saddle Brown #964806

Tints of Saddle Brown #964806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

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

R = 65.79%
G = 31.58%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#964806 (or 0x964806) is known color: Saddle Brown. HEX triplet: 96, 48 and 06. RGB value is (150,72,6). Sum of RGB (Red+Green+Blue) = 150+72+6=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #964806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964806 is #69B7F9. Grayscale: #585858. Windows color (decimal): -6928378 or 411798. OLE color: 411798.

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

Color convert

RGB 150 72 6 -
CMYK 0 0.52 0.96 0.41
HSL 27.5º 0.92% 0.31% -
HSV(B) 27.5º 0.96% 0.59% -
XYZ 14.93 11.13 1.53 -
YUV 87.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 150 72 6 0 0.52 0.96 0.41 27.5 0.92 0.31
Hex 96 48 6 0 34 60 29 1C 5C 1F
Octal 226 110 6 0 64 140 51 34 134 37
Binary 10010110 1001000 110 0 110100 1100000 101001 11100 1011100 11111

Color Harmonies of #964806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964806

Black with #964806

Text Example


Text Example

White with #964806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964806; }

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

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

background-color css

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

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

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

border-color css

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

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

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