Html Css Color HEX #906656 Leather

📋 copy color: '#906656'

red 144 ◦ green 102 ◦ blue 86

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

Shades of Leather #906656

Tints of Leather #906656

RGB

 RED value IS 144 (56.64% from 255) = 43.37%

 GREEN value IS 102 (40.23% from 255) = 30.72%

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

R = 43.37%
G = 30.72%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#906656 (or 0x906656) is known color: Leather. HEX triplet: 90, 66 and 56. RGB value is (144,102,86). Sum of RGB (Red+Green+Blue) = 144+102+86=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #906656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906656 is #6F99A9. Grayscale: #707070. Windows color (decimal): -7313834 or 5662352. OLE color: 5662352.

HSL color Cylindrical-coordinate representation of color #906656: hue angle of 16.55º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #906656 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 102 86 -
CMYK 0 0.29 0.40 0.44
HSL 16.55º 0.25% 0.45% -
HSV(B) 16.55º 0.4% 0.56% -
XYZ 17.93 16.1 10.97 -
YUV 112.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 144 102 86 0 0.29 0.40 0.44 16.55 0.25 0.45
Hex 90 66 56 0 1D 28 2C 11 19 2D
Octal 220 146 126 0 35 50 54 21 31 55
Binary 10010000 1100110 1010110 0 11101 101000 101100 10001 11001 101101

Color Harmonies of #906656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906656

Black with #906656

Text Example


Text Example

White with #906656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906656; }

 p { color: rgb(144,102,86); }

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

background-color css

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

 a { background-color: rgb(144,102,86); }

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

border-color css

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

 span { border-color: rgb(144,102,86); }

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