Html Css Color HEX #98827D Hemp

📋 copy color: '#98827D'

red 152 ◦ green 130 ◦ blue 125

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

Shades of Hemp #98827D

Tints of Hemp #98827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.94%

 BLUE value IS 125 (49.22% from 255) = 30.71%

R = 37.35%
G = 31.94%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98827D (or 0x98827D) is known color: Hemp. HEX triplet: 98, 82 and 7D. RGB value is (152,130,125). Sum of RGB (Red+Green+Blue) = 152+130+125=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98827D is #677D82. Grayscale: #888888. Windows color (decimal): -6782339 or 8225432. OLE color: 8225432.

HSL color Cylindrical-coordinate representation of color #98827D: hue angle of 11.11º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98827D is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 125 -
CMYK 0 0.14 0.18 0.40
HSL 11.11º 0.12% 0.54% -
HSV(B) 11.11º 0.18% 0.6% -
XYZ 24.63 24.12 22.76 -
YUV 136.01 121.79 139.41 -
System Red Green Blue C M Y K H S L
Decimal 152 130 125 0 0.14 0.18 0.40 11.11 0.12 0.54
Hex 98 82 7D 0 E 12 28 B C 36
Octal 230 202 175 0 16 22 50 13 14 66
Binary 10011000 10000010 1111101 0 1110 10010 101000 1011 1100 110110

Color Harmonies of #98827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98827D

Black with #98827D

Text Example


Text Example

White with #98827D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98827D; }

 p { color: rgb(152,130,125); }

 H1.HeaderClassName
 {
   color: #98827D;
 }
 .AnyTagClassName
 {
   color: #98827D;
 }
</style>

background-color css

<style>
 a { background-color: #98827D; }

 a { background-color: rgb(152,130,125); }

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

border-color css

<style>
 span { border-color: #98827D; }

 span { border-color: rgb(152,130,125); }

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