Html Css Color HEX #98766C Hemp

📋 copy color: '#98766C'

red 152 ◦ green 118 ◦ blue 108

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

Shades of Hemp #98766C

Tints of Hemp #98766C

RGB

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

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

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

R = 40.21%
G = 31.22%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98766C (or 0x98766C) is known color: Hemp. HEX triplet: 98, 76 and 6C. RGB value is (152,118,108). Sum of RGB (Red+Green+Blue) = 152+118+108=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98766C is #678993. Grayscale: #7F7F7F. Windows color (decimal): -6785428 or 7108248. OLE color: 7108248.

HSL color Cylindrical-coordinate representation of color #98766C: hue angle of 13.64º 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 #98766C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 118 108 -
CMYK 0 0.22 0.29 0.40
HSL 13.64º 0.18% 0.51% -
HSV(B) 13.64º 0.29% 0.6% -
XYZ 22.13 20.71 17.02 -
YUV 127.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 152 118 108 0 0.22 0.29 0.40 13.64 0.18 0.51
Hex 98 76 6C 0 16 1D 28 E 12 33
Octal 230 166 154 0 26 35 50 16 22 63
Binary 10011000 1110110 1101100 0 10110 11101 101000 1110 10010 110011

Color Harmonies of #98766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98766C

Black with #98766C

Text Example


Text Example

White with #98766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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