Html Css Color HEX #918175 Americano

📋 copy color: '#918175'

red 145 ◦ green 129 ◦ blue 117

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

Shades of Americano #918175

Tints of Americano #918175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 37.08%
G = 32.99%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#918175 (or 0x918175) is known color: Americano. HEX triplet: 91, 81 and 75. RGB value is (145,129,117). Sum of RGB (Red+Green+Blue) = 145+129+117=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #918175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918175 is #6E7E8A. Grayscale: #848484. Windows color (decimal): -7241355 or 7700881. OLE color: 7700881.

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

Color convert

RGB 145 129 117 -
CMYK 0 0.11 0.19 0.43
HSL 25.71º 0.11% 0.51% -
HSV(B) 25.71º 0.19% 0.57% -
XYZ 22.74 23 20.07 -
YUV 132.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 145 129 117 0 0.11 0.19 0.43 25.71 0.11 0.51
Hex 91 81 75 0 B 13 2B 1A B 33
Octal 221 201 165 0 13 23 53 32 13 63
Binary 10010001 10000001 1110101 0 1011 10011 101011 11010 1011 110011

Color Harmonies of #918175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918175

Black with #918175

Text Example


Text Example

White with #918175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918175; }

 p { color: rgb(145,129,117); }

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

background-color css

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

 a { background-color: rgb(145,129,117); }

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

border-color css

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

 span { border-color: rgb(145,129,117); }

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