Html Css Color HEX #917C6F Americano

📋 copy color: '#917C6F'

red 145 ◦ green 124 ◦ blue 111

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

Shades of Americano #917C6F

Tints of Americano #917C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

 BLUE value IS 111 (43.75% from 255) = 29.21%

R = 38.16%
G = 32.63%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#917C6F (or 0x917C6F) is known color: Americano. HEX triplet: 91, 7C and 6F. RGB value is (145,124,111). Sum of RGB (Red+Green+Blue) = 145+124+111=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #917C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C6F is #6E8390. Grayscale: #808080. Windows color (decimal): -7242641 or 7306385. OLE color: 7306385.

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

Color convert

RGB 145 124 111 -
CMYK 0 0.14 0.23 0.43
HSL 22.94º 0.13% 0.5% -
HSV(B) 22.94º 0.23% 0.57% -
XYZ 21.75 21.58 18.06 -
YUV 128.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 145 124 111 0 0.14 0.23 0.43 22.94 0.13 0.5
Hex 91 7C 6F 0 E 17 2B 17 D 32
Octal 221 174 157 0 16 27 53 27 15 62
Binary 10010001 1111100 1101111 0 1110 10111 101011 10111 1101 110010

Color Harmonies of #917C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917C6F

Black with #917C6F

Text Example


Text Example

White with #917C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,124,111); }

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

background-color css

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

 a { background-color: rgb(145,124,111); }

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

border-color css

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

 span { border-color: rgb(145,124,111); }

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