Html Css Color HEX #906D4B Leather

📋 copy color: '#906D4B'

red 144 ◦ green 109 ◦ blue 75

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

Shades of Leather #906D4B

Tints of Leather #906D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 43.9%
G = 33.23%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#906D4B (or 0x906D4B) is known color: Leather. HEX triplet: 90, 6D and 4B. RGB value is (144,109,75). Sum of RGB (Red+Green+Blue) = 144+109+75=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #906D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906D4B is #6F92B4. Grayscale: #737373. Windows color (decimal): -7312053 or 4943248. OLE color: 4943248.

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

Color convert

RGB 144 109 75 -
CMYK 0 0.24 0.48 0.44
HSL 29.57º 0.32% 0.43% -
HSV(B) 29.57º 0.48% 0.56% -
XYZ 18.24 17.37 9.05 -
YUV 115.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 144 109 75 0 0.24 0.48 0.44 29.57 0.32 0.43
Hex 90 6D 4B 0 18 30 2C 1E 20 2B
Octal 220 155 113 0 30 60 54 36 40 53
Binary 10010000 1101101 1001011 0 11000 110000 101100 11110 100000 101011

Color Harmonies of #906D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906D4B

Black with #906D4B

Text Example


Text Example

White with #906D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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