Html Css Color HEX #99766B Hemp

📋 copy color: '#99766B'

red 153 ◦ green 118 ◦ blue 107

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

Shades of Hemp #99766B

Tints of Hemp #99766B

RGB

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

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

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

R = 40.48%
G = 31.22%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99766B (or 0x99766B) is known color: Hemp. HEX triplet: 99, 76 and 6B. RGB value is (153,118,107). Sum of RGB (Red+Green+Blue) = 153+118+107=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99766B is #668994. Grayscale: #7F7F7F. Windows color (decimal): -6719893 or 7042713. OLE color: 7042713.

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

Color convert

RGB 153 118 107 -
CMYK 0 0.23 0.30 0.4
HSL 14.35º 0.18% 0.51% -
HSV(B) 14.35º 0.3% 0.6% -
XYZ 22.27 20.79 16.75 -
YUV 127.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 153 118 107 0 0.23 0.30 0.4 14.35 0.18 0.51
Hex 99 76 6B 0 17 1E 28 E 12 33
Octal 231 166 153 0 27 36 50 16 22 63
Binary 10011001 1110110 1101011 0 10111 11110 101000 1110 10010 110011

Color Harmonies of #99766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99766B

Black with #99766B

Text Example


Text Example

White with #99766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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