Html Css Color HEX #953906 Saddle Brown

📋 copy color: '#953906'

red 149 ◦ green 57 ◦ blue 6

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

Shades of Saddle Brown #953906

Tints of Saddle Brown #953906

RGB

 RED value IS 149 (58.59% from 255) = 70.28%

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

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

R = 70.28%
G = 26.89%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#953906 (or 0x953906) is known color: Saddle Brown. HEX triplet: 95, 39 and 06. RGB value is (149,57,6). Sum of RGB (Red+Green+Blue) = 149+57+6=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #953906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953906 is #6AC6F9. Grayscale: #4E4E4E. Windows color (decimal): -6997754 or 407957. OLE color: 407957.

HSL color Cylindrical-coordinate representation of color #953906: hue angle of 21.4º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #953906 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 6 -
CMYK 0 0.62 0.96 0.42
HSL 21.4º 0.92% 0.3% -
HSV(B) 21.4º 0.96% 0.58% -
XYZ 13.89 9.33 1.24 -
YUV 78.69 86.98 178.15 -
System Red Green Blue C M Y K H S L
Decimal 149 57 6 0 0.62 0.96 0.42 21.4 0.92 0.3
Hex 95 39 6 0 3E 60 2A 15 5C 1E
Octal 225 71 6 0 76 140 52 25 134 36
Binary 10010101 111001 110 0 111110 1100000 101010 10101 1011100 11110

Color Harmonies of #953906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953906

Black with #953906

Text Example


Text Example

White with #953906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953906; }

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

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

background-color css

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

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

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

border-color css

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

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

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