Html Css Color HEX #99766C Hemp

📋 copy color: '#99766C'

red 153 ◦ green 118 ◦ blue 108

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

Shades of Hemp #99766C

Tints of Hemp #99766C

RGB

 RED value IS 153 (60.16% from 255) = 40.37%

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

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 40.37%
G = 31.13%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99766C (or 0x99766C) is known color: Hemp. HEX triplet: 99, 76 and 6C. RGB value is (153,118,108). Sum of RGB (Red+Green+Blue) = 153+118+108=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99766C is #668993. Grayscale: #7F7F7F. Windows color (decimal): -6719892 or 7108249. OLE color: 7108249.

HSL color Cylindrical-coordinate representation of color #99766C: hue angle of 13.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99766C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 118 108 -
CMYK 0 0.23 0.29 0.4
HSL 13.33º 0.18% 0.51% -
HSV(B) 13.33º 0.29% 0.6% -
XYZ 22.32 20.81 17.03 -
YUV 127.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 153 118 108 0 0.23 0.29 0.4 13.33 0.18 0.51
Hex 99 76 6C 0 17 1D 28 D 12 33
Octal 231 166 154 0 27 35 50 15 22 63
Binary 10011001 1110110 1101100 0 10111 11101 101000 1101 10010 110011

Color Harmonies of #99766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99766C

Black with #99766C

Text Example


Text Example

White with #99766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99766C; }

 p { color: rgb(153,118,108); }

 H1.HeaderClassName
 {
   color: #99766C;
 }
 .AnyTagClassName
 {
   color: #99766C;
 }
</style>

background-color css

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

 a { background-color: rgb(153,118,108); }

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

border-color css

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

 span { border-color: rgb(153,118,108); }

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