Html Css Color HEX #906A54 Leather

📋 copy color: '#906A54'

red 144 ◦ green 106 ◦ blue 84

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

Shades of Leather #906A54

Tints of Leather #906A54

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

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

R = 43.11%
G = 31.74%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#906A54 (or 0x906A54) is known color: Leather. HEX triplet: 90, 6A and 54. RGB value is (144,106,84). Sum of RGB (Red+Green+Blue) = 144+106+84=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #906A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906A54 is #6F95AB. Grayscale: #727272. Windows color (decimal): -7312812 or 5532304. OLE color: 5532304.

HSL color Cylindrical-coordinate representation of color #906A54: hue angle of 22º 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 #906A54 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 106 84 -
CMYK 0 0.26 0.42 0.44
HSL 22º 0.26% 0.45% -
HSV(B) 22º 0.42% 0.56% -
XYZ 18.26 16.88 10.68 -
YUV 114.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 144 106 84 0 0.26 0.42 0.44 22 0.26 0.45
Hex 90 6A 54 0 1A 2A 2C 16 1A 2D
Octal 220 152 124 0 32 52 54 26 32 55
Binary 10010000 1101010 1010100 0 11010 101010 101100 10110 11010 101101

Color Harmonies of #906A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906A54

Black with #906A54

Text Example


Text Example

White with #906A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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