Html Css Color HEX #917A6D Americano

📋 copy color: '#917A6D'

red 145 ◦ green 122 ◦ blue 109

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

Shades of Americano #917A6D

Tints of Americano #917A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.45%

 BLUE value IS 109 (42.97% from 255) = 28.99%

R = 38.56%
G = 32.45%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#917A6D (or 0x917A6D) is known color: Americano. HEX triplet: 91, 7A and 6D. RGB value is (145,122,109). Sum of RGB (Red+Green+Blue) = 145+122+109=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #917A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917A6D is #6E8592. Grayscale: #7F7F7F. Windows color (decimal): -7243155 or 7174801. OLE color: 7174801.

HSL color Cylindrical-coordinate representation of color #917A6D: hue angle of 21.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #917A6D is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 122 109 -
CMYK 0 0.16 0.25 0.43
HSL 21.67º 0.14% 0.5% -
HSV(B) 21.67º 0.25% 0.57% -
XYZ 21.4 21.04 17.4 -
YUV 127.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 145 122 109 0 0.16 0.25 0.43 21.67 0.14 0.5
Hex 91 7A 6D 0 10 19 2B 16 E 32
Octal 221 172 155 0 20 31 53 26 16 62
Binary 10010001 1111010 1101101 0 10000 11001 101011 10110 1110 110010

Color Harmonies of #917A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917A6D

Black with #917A6D

Text Example


Text Example

White with #917A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,122,109); }

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

background-color css

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

 a { background-color: rgb(145,122,109); }

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

border-color css

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

 span { border-color: rgb(145,122,109); }

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