Html Css Color HEX #916654 Leather

📋 copy color: '#916654'

red 145 ◦ green 102 ◦ blue 84

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

Shades of Leather #916654

Tints of Leather #916654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.38%

R = 43.81%
G = 30.82%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#916654 (or 0x916654) is known color: Leather. HEX triplet: 91, 66 and 54. RGB value is (145,102,84). Sum of RGB (Red+Green+Blue) = 145+102+84=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #916654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916654 is #6E99AB. Grayscale: #707070. Windows color (decimal): -7248300 or 5531281. OLE color: 5531281.

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

Color convert

RGB 145 102 84 -
CMYK 0 0.30 0.42 0.43
HSL 17.7º 0.27% 0.45% -
HSV(B) 17.7º 0.42% 0.57% -
XYZ 18.03 16.16 10.56 -
YUV 112.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 145 102 84 0 0.30 0.42 0.43 17.7 0.27 0.45
Hex 91 66 54 0 1E 2A 2B 12 1B 2D
Octal 221 146 124 0 36 52 53 22 33 55
Binary 10010001 1100110 1010100 0 11110 101010 101011 10010 11011 101101

Color Harmonies of #916654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916654

Black with #916654

Text Example


Text Example

White with #916654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916654; }

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

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

background-color css

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

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

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

border-color css

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

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

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