#917670

Color #917670 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #917670

Tints of Hemp #917670

Color information

#917670 (or 0x917670) is unknown color: approx Hemp. HEX triplet: 91, 76 and 70. RGB value is (145,118,112). Sum of RGB (Red+Green+Blue) = 145+118+112=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 145 - color contains mainly: red. Hex color #917670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917670 is #6E898F. Grayscale: #7D7D7D. Windows color (decimal): -7244176 or 7370385. OLE color: 7370385.

HSL color Cylindrical-coordinate representation of color #917670: hue angle of 10.91º 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 #917670 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145118112-
CMYK00.190.230.43
HSL10.91º13.04%50.39%-
HSV(B)10.91º22.76%56.86%-
XYZ21.0820.1518.11-
YUV125.39120.45141.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.67%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=38.67%
G=31.47%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511811200.190.230.4310.9113.0450.39
Hex917670013172Bbd32
Octal2211661600232753131562
Binary10010001111011011100000100111011110101110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917670; }

 p { color: rgb(145,118,112); }

 H1.HeaderClassName
 {
   color: #917670;
 }
 .AnyTagClassName
 {
   color: #917670;
 }
</style>
background-color css

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

 a { background-color: rgb(145,118,112); }

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

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

 span { border-color: rgb(145,118,112); }

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