Html Css Color HEX #906653 Leather

📋 copy color: '#906653'

red 144 ◦ green 102 ◦ blue 83

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

Shades of Leather #906653

Tints of Leather #906653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.23%

R = 43.77%
G = 31%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#906653 (or 0x906653) is known color: Leather. HEX triplet: 90, 66 and 53. RGB value is (144,102,83). Sum of RGB (Red+Green+Blue) = 144+102+83=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #906653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906653 is #6F99AC. Grayscale: #707070. Windows color (decimal): -7313837 or 5465744. OLE color: 5465744.

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

Color convert

RGB 144 102 83 -
CMYK 0 0.29 0.42 0.44
HSL 18.69º 0.27% 0.45% -
HSV(B) 18.69º 0.42% 0.56% -
XYZ 17.81 16.06 10.34 -
YUV 112.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 144 102 83 0 0.29 0.42 0.44 18.69 0.27 0.45
Hex 90 66 53 0 1D 2A 2C 13 1B 2D
Octal 220 146 123 0 35 52 54 23 33 55
Binary 10010000 1100110 1010011 0 11101 101010 101100 10011 11011 101101

Color Harmonies of #906653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906653

Black with #906653

Text Example


Text Example

White with #906653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906653; }

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

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

background-color css

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

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

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

border-color css

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

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

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