Html Css Color HEX #917B71 Hemp

📋 copy color: '#917B71'

red 145 ◦ green 123 ◦ blue 113

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

Shades of Hemp #917B71

Tints of Hemp #917B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.28%

 BLUE value IS 113 (44.53% from 255) = 29.66%

R = 38.06%
G = 32.28%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#917B71 (or 0x917B71) is known color: Hemp. HEX triplet: 91, 7B and 71. RGB value is (145,123,113). Sum of RGB (Red+Green+Blue) = 145+123+113=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #917B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B71 is #6E848E. Grayscale: #808080. Windows color (decimal): -7242895 or 7437201. OLE color: 7437201.

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

Color convert

RGB 145 123 113 -
CMYK 0 0.15 0.22 0.43
HSL 18.75º 0.13% 0.51% -
HSV(B) 18.75º 0.22% 0.57% -
XYZ 21.74 21.38 18.6 -
YUV 128.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 145 123 113 0 0.15 0.22 0.43 18.75 0.13 0.51
Hex 91 7B 71 0 F 16 2B 13 D 33
Octal 221 173 161 0 17 26 53 23 15 63
Binary 10010001 1111011 1110001 0 1111 10110 101011 10011 1101 110011

Color Harmonies of #917B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917B71

Black with #917B71

Text Example


Text Example

White with #917B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,123,113); }

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

background-color css

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

 a { background-color: rgb(145,123,113); }

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

border-color css

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

 span { border-color: rgb(145,123,113); }

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