Html Css Color HEX #963206 Saddle Brown

📋 copy color: '#963206'

red 150 ◦ green 50 ◦ blue 6

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

Shades of Saddle Brown #963206

Tints of Saddle Brown #963206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 72.82%
G = 24.27%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#963206 (or 0x963206) is known color: Saddle Brown. HEX triplet: 96, 32 and 06. RGB value is (150,50,6). Sum of RGB (Red+Green+Blue) = 150+50+6=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #963206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963206 is #69CDF9. Grayscale: #4B4B4B. Windows color (decimal): -6934010 or 406166. OLE color: 406166.

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

Color convert

RGB 150 50 6 -
CMYK 0 0.67 0.96 0.41
HSL 18.33º 0.92% 0.31% -
HSV(B) 18.33º 0.96% 0.59% -
XYZ 13.75 8.78 1.14 -
YUV 74.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 150 50 6 0 0.67 0.96 0.41 18.33 0.92 0.31
Hex 96 32 6 0 43 60 29 12 5C 1F
Octal 226 62 6 0 103 140 51 22 134 37
Binary 10010110 110010 110 0 1000011 1100000 101001 10010 1011100 11111

Color Harmonies of #963206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963206

Black with #963206

Text Example


Text Example

White with #963206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963206; }

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

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

background-color css

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

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

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

border-color css

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

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

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