Html Css Color HEX #963E06 Saddle Brown

📋 copy color: '#963E06'

red 150 ◦ green 62 ◦ blue 6

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

Shades of Saddle Brown #963E06

Tints of Saddle Brown #963E06

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.44%

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

R = 68.81%
G = 28.44%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#963E06 (or 0x963E06) is known color: Saddle Brown. HEX triplet: 96, 3E and 06. RGB value is (150,62,6). Sum of RGB (Red+Green+Blue) = 150+62+6=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #963E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963E06 is #69C1F9. Grayscale: #525252. Windows color (decimal): -6930938 or 409238. OLE color: 409238.

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

Color convert

RGB 150 62 6 -
CMYK 0 0.59 0.96 0.41
HSL 23.33º 0.92% 0.31% -
HSV(B) 23.33º 0.96% 0.59% -
XYZ 14.33 9.94 1.34 -
YUV 81.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 150 62 6 0 0.59 0.96 0.41 23.33 0.92 0.31
Hex 96 3E 6 0 3B 60 29 17 5C 1F
Octal 226 76 6 0 73 140 51 27 134 37
Binary 10010110 111110 110 0 111011 1100000 101001 10111 1011100 11111

Color Harmonies of #963E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E06

Black with #963E06

Text Example


Text Example

White with #963E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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