Html Css Color HEX #98766E Hemp

📋 copy color: '#98766E'

red 152 ◦ green 118 ◦ blue 110

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

Shades of Hemp #98766E

Tints of Hemp #98766E

RGB

 RED value IS 152 (59.77% from 255) = 40%

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 40%
G = 31.05%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98766E (or 0x98766E) is known color: Hemp. HEX triplet: 98, 76 and 6E. RGB value is (152,118,110). Sum of RGB (Red+Green+Blue) = 152+118+110=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98766E is #678991. Grayscale: #7F7F7F. Windows color (decimal): -6785426 or 7239320. OLE color: 7239320.

HSL color Cylindrical-coordinate representation of color #98766E: hue angle of 11.43º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98766E is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 118 110 -
CMYK 0 0.22 0.28 0.40
HSL 11.43º 0.17% 0.51% -
HSV(B) 11.43º 0.28% 0.6% -
XYZ 22.24 20.76 17.59 -
YUV 127.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 152 118 110 0 0.22 0.28 0.40 11.43 0.17 0.51
Hex 98 76 6E 0 16 1C 28 B 11 33
Octal 230 166 156 0 26 34 50 13 21 63
Binary 10011000 1110110 1101110 0 10110 11100 101000 1011 10001 110011

Color Harmonies of #98766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98766E

Black with #98766E

Text Example


Text Example

White with #98766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98766E; }

 p { color: rgb(152,118,110); }

 H1.HeaderClassName
 {
   color: #98766E;
 }
 .AnyTagClassName
 {
   color: #98766E;
 }
</style>

background-color css

<style>
 a { background-color: #98766E; }

 a { background-color: rgb(152,118,110); }

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

border-color css

<style>
 span { border-color: #98766E; }

 span { border-color: rgb(152,118,110); }

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