Html Css Color HEX #916C53 Leather

📋 copy color: '#916C53'

red 145 ◦ green 108 ◦ blue 83

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

Shades of Leather #916C53

Tints of Leather #916C53

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

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

R = 43.15%
G = 32.14%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#916C53 (or 0x916C53) is known color: Leather. HEX triplet: 91, 6C and 53. RGB value is (145,108,83). Sum of RGB (Red+Green+Blue) = 145+108+83=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #916C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C53 is #6E93AC. Grayscale: #747474. Windows color (decimal): -7246765 or 5467281. OLE color: 5467281.

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

Color convert

RGB 145 108 83 -
CMYK 0 0.26 0.43 0.43
HSL 24.19º 0.27% 0.45% -
HSV(B) 24.19º 0.43% 0.57% -
XYZ 18.6 17.37 10.56 -
YUV 116.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 145 108 83 0 0.26 0.43 0.43 24.19 0.27 0.45
Hex 91 6C 53 0 1A 2B 2B 18 1B 2D
Octal 221 154 123 0 32 53 53 30 33 55
Binary 10010001 1101100 1010011 0 11010 101011 101011 11000 11011 101101

Color Harmonies of #916C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C53

Black with #916C53

Text Example


Text Example

White with #916C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916C53; }

 p { color: rgb(145,108,83); }

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

background-color css

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

 a { background-color: rgb(145,108,83); }

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

border-color css

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

 span { border-color: rgb(145,108,83); }

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