Html Css Color HEX #963306 Saddle Brown

📋 copy color: '#963306'

red 150 ◦ green 51 ◦ blue 6

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

Shades of Saddle Brown #963306

Tints of Saddle Brown #963306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

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

R = 72.46%
G = 24.64%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#963306 (or 0x963306) is known color: Saddle Brown. HEX triplet: 96, 33 and 06. RGB value is (150,51,6). Sum of RGB (Red+Green+Blue) = 150+51+6=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #963306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963306 is #69CCF9. Grayscale: #4B4B4B. Windows color (decimal): -6933754 or 406422. OLE color: 406422.

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

Color convert

RGB 150 51 6 -
CMYK 0 0.66 0.96 0.41
HSL 18.75º 0.92% 0.31% -
HSV(B) 18.75º 0.96% 0.59% -
XYZ 13.79 8.86 1.16 -
YUV 75.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 150 51 6 0 0.66 0.96 0.41 18.75 0.92 0.31
Hex 96 33 6 0 42 60 29 13 5C 1F
Octal 226 63 6 0 102 140 51 23 134 37
Binary 10010110 110011 110 0 1000010 1100000 101001 10011 1011100 11111

Color Harmonies of #963306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963306

Black with #963306

Text Example


Text Example

White with #963306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963306; }

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

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

background-color css

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

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

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

border-color css

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

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

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