Html Css Color HEX #917E71 Americano

📋 copy color: '#917E71'

red 145 ◦ green 126 ◦ blue 113

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

Shades of Americano #917E71

Tints of Americano #917E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 37.76%
G = 32.81%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#917E71 (or 0x917E71) is known color: Americano. HEX triplet: 91, 7E and 71. RGB value is (145,126,113). Sum of RGB (Red+Green+Blue) = 145+126+113=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #917E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917E71 is #6E818E. Grayscale: #828282. Windows color (decimal): -7242127 or 7437969. OLE color: 7437969.

HSL color Cylindrical-coordinate representation of color #917E71: hue angle of 24.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #917E71 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 126 113 -
CMYK 0 0.13 0.22 0.43
HSL 24.38º 0.13% 0.51% -
HSV(B) 24.38º 0.22% 0.57% -
XYZ 22.12 22.13 18.73 -
YUV 130.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 145 126 113 0 0.13 0.22 0.43 24.38 0.13 0.51
Hex 91 7E 71 0 D 16 2B 18 D 33
Octal 221 176 161 0 15 26 53 30 15 63
Binary 10010001 1111110 1110001 0 1101 10110 101011 11000 1101 110011

Color Harmonies of #917E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917E71

Black with #917E71

Text Example


Text Example

White with #917E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917E71; }

 p { color: rgb(145,126,113); }

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

background-color css

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

 a { background-color: rgb(145,126,113); }

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

border-color css

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

 span { border-color: rgb(145,126,113); }

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