Html Css Color HEX #989265 Gurkha

📋 copy color: '#989265'

red 152 ◦ green 146 ◦ blue 101

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

Shades of Gurkha #989265

Tints of Gurkha #989265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.59%

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

R = 38.1%
G = 36.59%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#989265 (or 0x989265) is known color: Gurkha. HEX triplet: 98, 92 and 65. RGB value is (152,146,101). Sum of RGB (Red+Green+Blue) = 152+146+101=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #989265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989265 is #676D9A. Grayscale: #8E8E8E. Windows color (decimal): -6778267 or 6656664. OLE color: 6656664.

HSL color Cylindrical-coordinate representation of color #989265: hue angle of 52.94º 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 #989265 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 146 101 -
CMYK 0 0.04 0.34 0.40
HSL 52.94º 0.2% 0.5% -
HSV(B) 52.94º 0.34% 0.6% -
XYZ 25.58 28.17 16.4 -
YUV 142.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 152 146 101 0 0.04 0.34 0.40 52.94 0.2 0.5
Hex 98 92 65 0 4 22 28 35 14 32
Octal 230 222 145 0 4 42 50 65 24 62
Binary 10011000 10010010 1100101 0 100 100010 101000 110101 10100 110010

Color Harmonies of #989265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989265

Black with #989265

Text Example


Text Example

White with #989265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989265; }

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

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

background-color css

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

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

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

border-color css

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

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

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