Html Css Color HEX #966D55 Leather

📋 copy color: '#966D55'

red 150 ◦ green 109 ◦ blue 85

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

Shades of Leather #966D55

Tints of Leather #966D55

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.69%

 BLUE value IS 85 (33.59% from 255) = 24.71%

R = 43.6%
G = 31.69%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#966D55 (or 0x966D55) is known color: Leather. HEX triplet: 96, 6D and 55. RGB value is (150,109,85). Sum of RGB (Red+Green+Blue) = 150+109+85=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #966D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D55 is #6992AA. Grayscale: #767676. Windows color (decimal): -6918827 or 5598614. OLE color: 5598614.

HSL color Cylindrical-coordinate representation of color #966D55: hue angle of 22.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #966D55 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 109 85 -
CMYK 0 0.27 0.43 0.41
HSL 22.15º 0.28% 0.46% -
HSV(B) 22.15º 0.43% 0.59% -
XYZ 19.69 18.08 11.05 -
YUV 118.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 150 109 85 0 0.27 0.43 0.41 22.15 0.28 0.46
Hex 96 6D 55 0 1B 2B 29 16 1C 2E
Octal 226 155 125 0 33 53 51 26 34 56
Binary 10010110 1101101 1010101 0 11011 101011 101001 10110 11100 101110

Color Harmonies of #966D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D55

Black with #966D55

Text Example


Text Example

White with #966D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966D55; }

 p { color: rgb(150,109,85); }

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

background-color css

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

 a { background-color: rgb(150,109,85); }

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

border-color css

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

 span { border-color: rgb(150,109,85); }

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