Html Css Color HEX #963906 Saddle Brown

📋 copy color: '#963906'

red 150 ◦ green 57 ◦ blue 6

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

Shades of Saddle Brown #963906

Tints of Saddle Brown #963906

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.76%

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

R = 70.42%
G = 26.76%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#963906 (or 0x963906) is known color: Saddle Brown. HEX triplet: 96, 39 and 06. RGB value is (150,57,6). Sum of RGB (Red+Green+Blue) = 150+57+6=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #963906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963906 is #69C6F9. Grayscale: #4F4F4F. Windows color (decimal): -6932218 or 407958. OLE color: 407958.

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

Color convert

RGB 150 57 6 -
CMYK 0 0.62 0.96 0.41
HSL 21.25º 0.92% 0.31% -
HSV(B) 21.25º 0.96% 0.59% -
XYZ 14.07 9.42 1.25 -
YUV 78.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 150 57 6 0 0.62 0.96 0.41 21.25 0.92 0.31
Hex 96 39 6 0 3E 60 29 15 5C 1F
Octal 226 71 6 0 76 140 51 25 134 37
Binary 10010110 111001 110 0 111110 1100000 101001 10101 1011100 11111

Color Harmonies of #963906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963906

Black with #963906

Text Example


Text Example

White with #963906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963906; }

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

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

background-color css

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

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

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

border-color css

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

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

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