Html Css Color HEX #917670 Hemp

📋 copy color: '#917670'

red 145 ◦ green 118 ◦ blue 112

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

Shades of Hemp #917670

Tints of Hemp #917670

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 value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#917670 (or 0x917670) is known color: 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

RGB 145 118 112 -
CMYK 0 0.19 0.23 0.43
HSL 10.91º 0.13% 0.5% -
HSV(B) 10.91º 0.23% 0.57% -
XYZ 21.08 20.15 18.11 -
YUV 125.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 145 118 112 0 0.19 0.23 0.43 10.91 0.13 0.5
Hex 91 76 70 0 13 17 2B B D 32
Octal 221 166 160 0 23 27 53 13 15 62
Binary 10010001 1110110 1110000 0 10011 10111 101011 1011 1101 110010

Color Harmonies of #917670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917670

Black with #917670

Text Example


Text Example

White with #917670

Text Example


Text Example

HTML Codes & Css Web 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>