Html Css Color HEX #906B50 Leather

📋 copy color: '#906B50'

red 144 ◦ green 107 ◦ blue 80

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

Shades of Leather #906B50

Tints of Leather #906B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.33%

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

R = 43.5%
G = 32.33%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#906B50 (or 0x906B50) is known color: Leather. HEX triplet: 90, 6B and 50. RGB value is (144,107,80). Sum of RGB (Red+Green+Blue) = 144+107+80=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #906B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B50 is #6F94AF. Grayscale: #737373. Windows color (decimal): -7312560 or 5270416. OLE color: 5270416.

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

Color convert

RGB 144 107 80 -
CMYK 0 0.26 0.44 0.44
HSL 25.31º 0.29% 0.44% -
HSV(B) 25.31º 0.44% 0.56% -
XYZ 18.21 17.02 9.92 -
YUV 114.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 144 107 80 0 0.26 0.44 0.44 25.31 0.29 0.44
Hex 90 6B 50 0 1A 2C 2C 19 1D 2C
Octal 220 153 120 0 32 54 54 31 35 54
Binary 10010000 1101011 1010000 0 11010 101100 101100 11001 11101 101100

Color Harmonies of #906B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906B50

Black with #906B50

Text Example


Text Example

White with #906B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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