Html Css Color HEX #989062 Gurkha

📋 copy color: '#989062'

red 152 ◦ green 144 ◦ blue 98

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

Shades of Gurkha #989062

Tints of Gurkha #989062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.55%

 BLUE value IS 98 (38.67% from 255) = 24.87%

R = 38.58%
G = 36.55%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#989062 (or 0x989062) is known color: Gurkha. HEX triplet: 98, 90 and 62. RGB value is (152,144,98). Sum of RGB (Red+Green+Blue) = 152+144+98=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #989062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989062 is #676F9D. Grayscale: #8D8D8D. Windows color (decimal): -6778782 or 6459544. OLE color: 6459544.

HSL color Cylindrical-coordinate representation of color #989062: hue angle of 51.11º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #989062 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 98 -
CMYK 0 0.05 0.36 0.40
HSL 51.11º 0.22% 0.49% -
HSV(B) 51.11º 0.36% 0.6% -
XYZ 25.13 27.5 15.54 -
YUV 141.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 152 144 98 0 0.05 0.36 0.40 51.11 0.22 0.49
Hex 98 90 62 0 5 24 28 33 16 31
Octal 230 220 142 0 5 44 50 63 26 61
Binary 10011000 10010000 1100010 0 101 100100 101000 110011 10110 110001

Color Harmonies of #989062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989062

Black with #989062

Text Example


Text Example

White with #989062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989062; }

 p { color: rgb(152,144,98); }

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

background-color css

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

 a { background-color: rgb(152,144,98); }

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

border-color css

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

 span { border-color: rgb(152,144,98); }

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