Html Css Color HEX #906550 Leather

📋 copy color: '#906550'

red 144 ◦ green 101 ◦ blue 80

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

Shades of Leather #906550

Tints of Leather #906550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 44.31%
G = 31.08%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#906550 (or 0x906550) is known color: Leather. HEX triplet: 90, 65 and 50. RGB value is (144,101,80). Sum of RGB (Red+Green+Blue) = 144+101+80=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #906550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906550 is #6F9AAF. Grayscale: #6F6F6F. Windows color (decimal): -7314096 or 5268880. OLE color: 5268880.

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

Color convert

RGB 144 101 80 -
CMYK 0 0.30 0.44 0.44
HSL 19.69º 0.29% 0.44% -
HSV(B) 19.69º 0.44% 0.56% -
XYZ 17.6 15.82 9.71 -
YUV 111.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 144 101 80 0 0.30 0.44 0.44 19.69 0.29 0.44
Hex 90 65 50 0 1E 2C 2C 14 1D 2C
Octal 220 145 120 0 36 54 54 24 35 54
Binary 10010000 1100101 1010000 0 11110 101100 101100 10100 11101 101100

Color Harmonies of #906550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906550

Black with #906550

Text Example


Text Example

White with #906550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906550; }

 p { color: rgb(144,101,80); }

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

background-color css

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

 a { background-color: rgb(144,101,80); }

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

border-color css

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

 span { border-color: rgb(144,101,80); }

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