Html Css Color HEX #906C52 Leather

📋 copy color: '#906C52'

red 144 ◦ green 108 ◦ blue 82

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

Shades of Leather #906C52

Tints of Leather #906C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 82 (32.42% from 255) = 24.55%

R = 43.11%
G = 32.34%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#906C52 (or 0x906C52) is known color: Leather. HEX triplet: 90, 6C and 52. RGB value is (144,108,82). Sum of RGB (Red+Green+Blue) = 144+108+82=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #906C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C52 is #6F93AD. Grayscale: #737373. Windows color (decimal): -7312302 or 5401744. OLE color: 5401744.

HSL color Cylindrical-coordinate representation of color #906C52: hue angle of 25.16º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #906C52 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 108 82 -
CMYK 0 0.25 0.43 0.44
HSL 25.16º 0.27% 0.44% -
HSV(B) 25.16º 0.43% 0.56% -
XYZ 18.39 17.26 10.35 -
YUV 115.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 144 108 82 0 0.25 0.43 0.44 25.16 0.27 0.44
Hex 90 6C 52 0 19 2B 2C 19 1B 2C
Octal 220 154 122 0 31 53 54 31 33 54
Binary 10010000 1101100 1010010 0 11001 101011 101100 11001 11011 101100

Color Harmonies of #906C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906C52

Black with #906C52

Text Example


Text Example

White with #906C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906C52; }

 p { color: rgb(144,108,82); }

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

background-color css

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

 a { background-color: rgb(144,108,82); }

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

border-color css

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

 span { border-color: rgb(144,108,82); }

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