Html Css Color HEX #965110 Saddle Brown

📋 copy color: '#965110'

red 150 ◦ green 81 ◦ blue 16

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

Shades of Saddle Brown #965110

Tints of Saddle Brown #965110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

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

R = 60.73%
G = 32.79%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#965110 (or 0x965110) is known color: Saddle Brown. HEX triplet: 96, 51 and 10. RGB value is (150,81,16). Sum of RGB (Red+Green+Blue) = 150+81+16=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #965110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965110 is #69AEEF. Grayscale: #5E5E5E. Windows color (decimal): -6926064 or 1069462. OLE color: 1069462.

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

Color convert

RGB 150 81 16 -
CMYK 0 0.46 0.89 0.41
HSL 29.1º 0.81% 0.33% -
HSV(B) 29.1º 0.89% 0.59% -
XYZ 15.61 12.41 2.06 -
YUV 94.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 150 81 16 0 0.46 0.89 0.41 29.1 0.81 0.33
Hex 96 51 10 0 2E 59 29 1D 51 21
Octal 226 121 20 0 56 131 51 35 121 41
Binary 10010110 1010001 10000 0 101110 1011001 101001 11101 1010001 100001

Color Harmonies of #965110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965110

Black with #965110

Text Example


Text Example

White with #965110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965110; }

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

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

background-color css

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

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

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

border-color css

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

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

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