Html Css Color HEX #965111 Saddle Brown

📋 copy color: '#965111'

red 150 ◦ green 81 ◦ blue 17

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

Shades of Saddle Brown #965111

Tints of Saddle Brown #965111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 60.48%
G = 32.66%
B = 6.85%

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

#965111 (or 0x965111) is known color: Saddle Brown. HEX triplet: 96, 51 and 11. RGB value is (150,81,17). Sum of RGB (Red+Green+Blue) = 150+81+17=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #965111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965111 is #69AEEE. Grayscale: #5E5E5E. Windows color (decimal): -6926063 or 1134998. OLE color: 1134998.

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

Color convert

RGB 150 81 17 -
CMYK 0 0.46 0.89 0.41
HSL 28.87º 0.8% 0.33% -
HSV(B) 28.87º 0.89% 0.59% -
XYZ 15.62 12.41 2.1 -
YUV 94.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 150 81 17 0 0.46 0.89 0.41 28.87 0.8 0.33
Hex 96 51 11 0 2E 59 29 1D 50 21
Octal 226 121 21 0 56 131 51 35 120 41
Binary 10010110 1010001 10001 0 101110 1011001 101001 11101 1010000 100001

Color Harmonies of #965111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965111

Black with #965111

Text Example


Text Example

White with #965111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965111; }

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

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

background-color css

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

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

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

border-color css

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

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

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