Html Css Color HEX #91766B Hemp

📋 copy color: '#91766B'

red 145 ◦ green 118 ◦ blue 107

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

Shades of Hemp #91766B

Tints of Hemp #91766B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.89%

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 39.19%
G = 31.89%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#91766B (or 0x91766B) is known color: Hemp. HEX triplet: 91, 76 and 6B. RGB value is (145,118,107). Sum of RGB (Red+Green+Blue) = 145+118+107=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #91766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91766B is #6E8994. Grayscale: #7C7C7C. Windows color (decimal): -7244181 or 7042705. OLE color: 7042705.

HSL color Cylindrical-coordinate representation of color #91766B: hue angle of 17.37º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91766B is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 118 107 -
CMYK 0 0.19 0.26 0.43
HSL 17.37º 0.15% 0.49% -
HSV(B) 17.37º 0.26% 0.57% -
XYZ 20.81 20.04 16.68 -
YUV 124.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 145 118 107 0 0.19 0.26 0.43 17.37 0.15 0.49
Hex 91 76 6B 0 13 1A 2B 11 F 31
Octal 221 166 153 0 23 32 53 21 17 61
Binary 10010001 1110110 1101011 0 10011 11010 101011 10001 1111 110001

Color Harmonies of #91766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91766B

Black with #91766B

Text Example


Text Example

White with #91766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91766B; }

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

 H1.HeaderClassName
 {
   color: #91766B;
 }
 .AnyTagClassName
 {
   color: #91766B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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