Html Css Color HEX #916555 Leather

📋 copy color: '#916555'

red 145 ◦ green 101 ◦ blue 85

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

Shades of Leather #916555

Tints of Leather #916555

RGB

 RED value IS 145 (57.03% from 255) = 43.81%

 GREEN value IS 101 (39.84% from 255) = 30.51%

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

R = 43.81%
G = 30.51%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#916555 (or 0x916555) is known color: Leather. HEX triplet: 91, 65 and 55. RGB value is (145,101,85). Sum of RGB (Red+Green+Blue) = 145+101+85=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #916555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916555 is #6E9AAA. Grayscale: #707070. Windows color (decimal): -7248555 or 5596561. OLE color: 5596561.

HSL color Cylindrical-coordinate representation of color #916555: hue angle of 16º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #916555 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 101 85 -
CMYK 0 0.30 0.41 0.43
HSL 16º 0.26% 0.45% -
HSV(B) 16º 0.41% 0.57% -
XYZ 17.97 15.98 10.73 -
YUV 112.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 145 101 85 0 0.30 0.41 0.43 16 0.26 0.45
Hex 91 65 55 0 1E 29 2B 10 1A 2D
Octal 221 145 125 0 36 51 53 20 32 55
Binary 10010001 1100101 1010101 0 11110 101001 101011 10000 11010 101101

Color Harmonies of #916555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916555

Black with #916555

Text Example


Text Example

White with #916555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916555; }

 p { color: rgb(145,101,85); }

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

background-color css

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

 a { background-color: rgb(145,101,85); }

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

border-color css

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

 span { border-color: rgb(145,101,85); }

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