Html Css Color HEX #916757 Leather

📋 copy color: '#916757'

red 145 ◦ green 103 ◦ blue 87

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

Shades of Leather #916757

Tints of Leather #916757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.97%

R = 43.28%
G = 30.75%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#916757 (or 0x916757) is known color: Leather. HEX triplet: 91, 67 and 57. RGB value is (145,103,87). Sum of RGB (Red+Green+Blue) = 145+103+87=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #916757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916757 is #6E98A8. Grayscale: #717171. Windows color (decimal): -7248041 or 5728145. OLE color: 5728145.

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

Color convert

RGB 145 103 87 -
CMYK 0 0.29 0.4 0.43
HSL 16.55º 0.25% 0.45% -
HSV(B) 16.55º 0.4% 0.57% -
XYZ 18.25 16.41 11.22 -
YUV 113.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 145 103 87 0 0.29 0.4 0.43 16.55 0.25 0.45
Hex 91 67 57 0 1D 28 2B 11 19 2D
Octal 221 147 127 0 35 50 53 21 31 55
Binary 10010001 1100111 1010111 0 11101 101000 101011 10001 11001 101101

Color Harmonies of #916757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916757

Black with #916757

Text Example


Text Example

White with #916757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916757; }

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

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

background-color css

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

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

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

border-color css

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

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

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