Html Css Color HEX #90664F Leather

📋 copy color: '#90664F'

red 144 ◦ green 102 ◦ blue 79

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

Shades of Leather #90664F

Tints of Leather #90664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

 BLUE value IS 79 (31.25% from 255) = 24.31%

R = 44.31%
G = 31.38%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#90664F (or 0x90664F) is known color: Leather. HEX triplet: 90, 66 and 4F. RGB value is (144,102,79). Sum of RGB (Red+Green+Blue) = 144+102+79=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90664F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90664F is #6F99B0. Grayscale: #707070. Windows color (decimal): -7313841 or 5203600. OLE color: 5203600.

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

Color convert

RGB 144 102 79 -
CMYK 0 0.29 0.45 0.44
HSL 21.23º 0.29% 0.44% -
HSV(B) 21.23º 0.45% 0.56% -
XYZ 17.66 16 9.55 -
YUV 111.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 144 102 79 0 0.29 0.45 0.44 21.23 0.29 0.44
Hex 90 66 4F 0 1D 2D 2C 15 1D 2C
Octal 220 146 117 0 35 55 54 25 35 54
Binary 10010000 1100110 1001111 0 11101 101101 101100 10101 11101 101100

Color Harmonies of #90664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90664F

Black with #90664F

Text Example


Text Example

White with #90664F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90664F; }

 p { color: rgb(144,102,79); }

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

background-color css

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

 a { background-color: rgb(144,102,79); }

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

border-color css

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

 span { border-color: rgb(144,102,79); }

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