Html Css Color HEX #906C54 Leather

📋 copy color: '#906C54'

red 144 ◦ green 108 ◦ blue 84

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

Shades of Leather #906C54

Tints of Leather #906C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25%

R = 42.86%
G = 32.14%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#906C54 (or 0x906C54) is known color: Leather. HEX triplet: 90, 6C and 54. RGB value is (144,108,84). Sum of RGB (Red+Green+Blue) = 144+108+84=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #906C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C54 is #6F93AB. Grayscale: #747474. Windows color (decimal): -7312300 or 5532816. OLE color: 5532816.

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

Color convert

RGB 144 108 84 -
CMYK 0 0.25 0.42 0.44
HSL 24º 0.26% 0.45% -
HSV(B) 24º 0.42% 0.56% -
XYZ 18.46 17.29 10.75 -
YUV 116.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 144 108 84 0 0.25 0.42 0.44 24 0.26 0.45
Hex 90 6C 54 0 19 2A 2C 18 1A 2D
Octal 220 154 124 0 31 52 54 30 32 55
Binary 10010000 1101100 1010100 0 11001 101010 101100 11000 11010 101101

Color Harmonies of #906C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906C54

Black with #906C54

Text Example


Text Example

White with #906C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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