Html Css Color HEX #963C10 Saddle Brown

📋 copy color: '#963C10'

red 150 ◦ green 60 ◦ blue 16

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

Shades of Saddle Brown #963C10

Tints of Saddle Brown #963C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 66.37%
G = 26.55%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#963C10 (or 0x963C10) is known color: Saddle Brown. HEX triplet: 96, 3C and 10. RGB value is (150,60,16). Sum of RGB (Red+Green+Blue) = 150+60+16=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #963C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963C10 is #69C3EF. Grayscale: #525252. Windows color (decimal): -6931440 or 1064086. OLE color: 1064086.

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

Color convert

RGB 150 60 16 -
CMYK 0 0.6 0.89 0.41
HSL 19.7º 0.81% 0.33% -
HSV(B) 19.7º 0.89% 0.59% -
XYZ 14.29 9.75 1.62 -
YUV 81.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 150 60 16 0 0.6 0.89 0.41 19.7 0.81 0.33
Hex 96 3C 10 0 3C 59 29 14 51 21
Octal 226 74 20 0 74 131 51 24 121 41
Binary 10010110 111100 10000 0 111100 1011001 101001 10100 1010001 100001

Color Harmonies of #963C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C10

Black with #963C10

Text Example


Text Example

White with #963C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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