Html Css Color HEX #989268 Gurkha

📋 copy color: '#989268'

red 152 ◦ green 146 ◦ blue 104

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

Shades of Gurkha #989268

Tints of Gurkha #989268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.87%

R = 37.81%
G = 36.32%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#989268 (or 0x989268) is known color: Gurkha. HEX triplet: 98, 92 and 68. RGB value is (152,146,104). Sum of RGB (Red+Green+Blue) = 152+146+104=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #989268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989268 is #676D97. Grayscale: #8F8F8F. Windows color (decimal): -6778264 or 6853272. OLE color: 6853272.

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

Color convert

RGB 152 146 104 -
CMYK 0 0.04 0.32 0.40
HSL 52.5º 0.19% 0.5% -
HSV(B) 52.5º 0.32% 0.6% -
XYZ 25.73 28.23 17.19 -
YUV 143.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 152 146 104 0 0.04 0.32 0.40 52.5 0.19 0.5
Hex 98 92 68 0 4 20 28 34 13 32
Octal 230 222 150 0 4 40 50 64 23 62
Binary 10011000 10010010 1101000 0 100 100000 101000 110100 10011 110010

Color Harmonies of #989268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989268

Black with #989268

Text Example


Text Example

White with #989268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989268; }

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

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

background-color css

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

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

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

border-color css

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

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

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