Html Css Color HEX #966956 Leather

📋 copy color: '#966956'

red 150 ◦ green 105 ◦ blue 86

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

Shades of Leather #966956

Tints of Leather #966956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 43.99%
G = 30.79%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#966956 (or 0x966956) is known color: Leather. HEX triplet: 96, 69 and 56. RGB value is (150,105,86). Sum of RGB (Red+Green+Blue) = 150+105+86=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #966956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966956 is #6996A9. Grayscale: #747474. Windows color (decimal): -6919850 or 5663126. OLE color: 5663126.

HSL color Cylindrical-coordinate representation of color #966956: hue angle of 17.81º degrees, saturation: 0.27, 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 #966956 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 105 86 -
CMYK 0 0.30 0.43 0.41
HSL 17.81º 0.27% 0.46% -
HSV(B) 17.81º 0.43% 0.59% -
XYZ 19.31 17.26 11.12 -
YUV 116.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 150 105 86 0 0.30 0.43 0.41 17.81 0.27 0.46
Hex 96 69 56 0 1E 2B 29 12 1B 2E
Octal 226 151 126 0 36 53 51 22 33 56
Binary 10010110 1101001 1010110 0 11110 101011 101001 10010 11011 101110

Color Harmonies of #966956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966956

Black with #966956

Text Example


Text Example

White with #966956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966956; }

 p { color: rgb(150,105,86); }

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

background-color css

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

 a { background-color: rgb(150,105,86); }

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

border-color css

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

 span { border-color: rgb(150,105,86); }

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