Html Css Color HEX #916655 Leather

📋 copy color: '#916655'

red 145 ◦ green 102 ◦ blue 85

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

Shades of Leather #916655

Tints of Leather #916655

RGB

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

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

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

R = 43.67%
G = 30.72%
B = 25.6%

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

#916655 (or 0x916655) is known color: Leather. HEX triplet: 91, 66 and 55. RGB value is (145,102,85). Sum of RGB (Red+Green+Blue) = 145+102+85=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #916655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916655 is #6E99AA. Grayscale: #717171. Windows color (decimal): -7248299 or 5596817. OLE color: 5596817.

HSL color Cylindrical-coordinate representation of color #916655: hue angle of 17º 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 #916655 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 102 85 -
CMYK 0 0.30 0.41 0.43
HSL 17º 0.26% 0.45% -
HSV(B) 17º 0.41% 0.57% -
XYZ 18.07 16.18 10.76 -
YUV 112.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 145 102 85 0 0.30 0.41 0.43 17 0.26 0.45
Hex 91 66 55 0 1E 29 2B 11 1A 2D
Octal 221 146 125 0 36 51 53 21 32 55
Binary 10010001 1100110 1010101 0 11110 101001 101011 10001 11010 101101

Color Harmonies of #916655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916655

Black with #916655

Text Example


Text Example

White with #916655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916655; }

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

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

background-color css

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

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

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

border-color css

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

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

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