#917369

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

Shades of Hemp #917369

Tints of Hemp #917369

Color information

#917369 (or 0x917369) is unknown color: approx Hemp. HEX triplet: 91, 73 and 69. RGB value is (145,115,105). Sum of RGB (Red+Green+Blue) = 145+115+105=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #917369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917369 is #6E8C96. Grayscale: #7A7A7A. Windows color (decimal): -7244951 or 6910865. OLE color: 6910865.

HSL color Cylindrical-coordinate representation of color #917369: hue angle of 15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #917369 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB145115105-
CMYK00.210.280.43
HSL15º16%49.02%-
HSV(B)15º27.59%56.86%-
XYZ20.3619.316.02-
YUV122.83117.94143.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.73%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=39.73%
G=31.51%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511510500.210.280.43151649.02
Hex9173690151C2Bf1031
Octal2211631510253453172061
Binary100100011110011110100101010111100101011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917369; }

 p { color: rgb(145,115,105); }

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

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

 a { background-color: rgb(145,115,105); }

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

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

 span { border-color: rgb(145,115,105); }

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