Html Css Color HEX #90685A Leather

📋 copy color: '#90685A'

red 144 ◦ green 104 ◦ blue 90

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

Shades of Leather #90685A

Tints of Leather #90685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 42.6%
G = 30.77%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90685A (or 0x90685A) is known color: Leather. HEX triplet: 90, 68 and 5A. RGB value is (144,104,90). Sum of RGB (Red+Green+Blue) = 144+104+90=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90685A is #6F97A5. Grayscale: #727272. Windows color (decimal): -7313318 or 5925008. OLE color: 5925008.

HSL color Cylindrical-coordinate representation of color #90685A: hue angle of 15.56º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90685A is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 104 90 -
CMYK 0 0.28 0.37 0.44
HSL 15.56º 0.23% 0.46% -
HSV(B) 15.56º 0.38% 0.56% -
XYZ 18.3 16.57 11.91 -
YUV 114.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 144 104 90 0 0.28 0.37 0.44 15.56 0.23 0.46
Hex 90 68 5A 0 1C 25 2C 10 17 2E
Octal 220 150 132 0 34 45 54 20 27 56
Binary 10010000 1101000 1011010 0 11100 100101 101100 10000 10111 101110

Color Harmonies of #90685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90685A

Black with #90685A

Text Example


Text Example

White with #90685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90685A; }

 p { color: rgb(144,104,90); }

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

background-color css

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

 a { background-color: rgb(144,104,90); }

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

border-color css

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

 span { border-color: rgb(144,104,90); }

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