Html Css Color HEX #916755 Leather

📋 copy color: '#916755'

red 145 ◦ green 103 ◦ blue 85

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

Shades of Leather #916755

Tints of Leather #916755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 43.54%
G = 30.93%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#916755 (or 0x916755) is known color: Leather. HEX triplet: 91, 67 and 55. RGB value is (145,103,85). Sum of RGB (Red+Green+Blue) = 145+103+85=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #916755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916755 is #6E98AA. Grayscale: #717171. Windows color (decimal): -7248043 or 5597073. OLE color: 5597073.

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

Color convert

RGB 145 103 85 -
CMYK 0 0.29 0.41 0.43
HSL 18º 0.26% 0.45% -
HSV(B) 18º 0.41% 0.57% -
XYZ 18.17 16.38 10.8 -
YUV 113.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 145 103 85 0 0.29 0.41 0.43 18 0.26 0.45
Hex 91 67 55 0 1D 29 2B 12 1A 2D
Octal 221 147 125 0 35 51 53 22 32 55
Binary 10010001 1100111 1010101 0 11101 101001 101011 10010 11010 101101

Color Harmonies of #916755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916755

Black with #916755

Text Example


Text Example

White with #916755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916755; }

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

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

background-color css

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

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

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

border-color css

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

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

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