Html Css Color HEX #963C0B Saddle Brown

📋 copy color: '#963C0B'

red 150 ◦ green 60 ◦ blue 11

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

Shades of Saddle Brown #963C0B

Tints of Saddle Brown #963C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.15%

 BLUE value IS 11 (4.69% from 255) = 4.98%

R = 67.87%
G = 27.15%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#963C0B (or 0x963C0B) is known color: Saddle Brown. HEX triplet: 96, 3C and 0B. RGB value is (150,60,11). Sum of RGB (Red+Green+Blue) = 150+60+11=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #963C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C0B is #69C3F4. Grayscale: #515151. Windows color (decimal): -6931445 or 736406. OLE color: 736406.

HSL color Cylindrical-coordinate representation of color #963C0B: hue angle of 21.15º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #963C0B is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 60 11 -
CMYK 0 0.6 0.93 0.41
HSL 21.15º 0.86% 0.32% -
HSV(B) 21.15º 0.93% 0.59% -
XYZ 14.25 9.74 1.45 -
YUV 81.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 150 60 11 0 0.6 0.93 0.41 21.15 0.86 0.32
Hex 96 3C B 0 3C 5D 29 15 56 20
Octal 226 74 13 0 74 135 51 25 126 40
Binary 10010110 111100 1011 0 111100 1011101 101001 10101 1010110 100000

Color Harmonies of #963C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C0B

Black with #963C0B

Text Example


Text Example

White with #963C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,60,11); }

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

background-color css

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

 a { background-color: rgb(150,60,11); }

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

border-color css

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

 span { border-color: rgb(150,60,11); }

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