Html Css Color HEX #906C55 Leather

📋 copy color: '#906C55'

red 144 ◦ green 108 ◦ blue 85

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

Shades of Leather #906C55

Tints of Leather #906C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.05%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 42.73%
G = 32.05%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#906C55 (or 0x906C55) is known color: Leather. HEX triplet: 90, 6C and 55. RGB value is (144,108,85). Sum of RGB (Red+Green+Blue) = 144+108+85=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #906C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C55 is #6F93AA. Grayscale: #747474. Windows color (decimal): -7312299 or 5598352. OLE color: 5598352.

HSL color Cylindrical-coordinate representation of color #906C55: hue angle of 23.39º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #906C55 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 108 85 -
CMYK 0 0.25 0.41 0.44
HSL 23.39º 0.26% 0.45% -
HSV(B) 23.39º 0.41% 0.56% -
XYZ 18.5 17.31 10.96 -
YUV 116.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 144 108 85 0 0.25 0.41 0.44 23.39 0.26 0.45
Hex 90 6C 55 0 19 29 2C 17 1A 2D
Octal 220 154 125 0 31 51 54 27 32 55
Binary 10010000 1101100 1010101 0 11001 101001 101100 10111 11010 101101

Color Harmonies of #906C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906C55

Black with #906C55

Text Example


Text Example

White with #906C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,108,85); }

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

background-color css

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

 a { background-color: rgb(144,108,85); }

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

border-color css

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

 span { border-color: rgb(144,108,85); }

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