Html Css Color HEX #906D52 Leather

📋 copy color: '#906D52'

red 144 ◦ green 109 ◦ blue 82

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

Shades of Leather #906D52

Tints of Leather #906D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

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

R = 42.99%
G = 32.54%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#906D52 (or 0x906D52) is known color: Leather. HEX triplet: 90, 6D and 52. RGB value is (144,109,82). Sum of RGB (Red+Green+Blue) = 144+109+82=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #906D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906D52 is #6F92AD. Grayscale: #747474. Windows color (decimal): -7312046 or 5402000. OLE color: 5402000.

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

Color convert

RGB 144 109 82 -
CMYK 0 0.24 0.43 0.44
HSL 26.13º 0.27% 0.44% -
HSV(B) 26.13º 0.43% 0.56% -
XYZ 18.49 17.48 10.38 -
YUV 116.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 144 109 82 0 0.24 0.43 0.44 26.13 0.27 0.44
Hex 90 6D 52 0 18 2B 2C 1A 1B 2C
Octal 220 155 122 0 30 53 54 32 33 54
Binary 10010000 1101101 1010010 0 11000 101011 101100 11010 11011 101100

Color Harmonies of #906D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D52

Black with #906D52

Text Example


Text Example

White with #906D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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