Html Css Color HEX #989065 Gurkha

📋 copy color: '#989065'

red 152 ◦ green 144 ◦ blue 101

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

Shades of Gurkha #989065

Tints of Gurkha #989065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 38.29%
G = 36.27%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#989065 (or 0x989065) is known color: Gurkha. HEX triplet: 98, 90 and 65. RGB value is (152,144,101). Sum of RGB (Red+Green+Blue) = 152+144+101=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #989065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989065 is #676F9A. Grayscale: #8D8D8D. Windows color (decimal): -6778779 or 6656152. OLE color: 6656152.

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

Color convert

RGB 152 144 101 -
CMYK 0 0.05 0.34 0.40
HSL 50.59º 0.2% 0.5% -
HSV(B) 50.59º 0.34% 0.6% -
XYZ 25.27 27.56 16.3 -
YUV 141.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 152 144 101 0 0.05 0.34 0.40 50.59 0.2 0.5
Hex 98 90 65 0 5 22 28 33 14 32
Octal 230 220 145 0 5 42 50 63 24 62
Binary 10011000 10010000 1100101 0 101 100010 101000 110011 10100 110010

Color Harmonies of #989065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989065

Black with #989065

Text Example


Text Example

White with #989065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989065; }

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

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

background-color css

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

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

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

border-color css

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

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

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