Html Css Color HEX #98936A Gurkha

📋 copy color: '#98936A'

red 152 ◦ green 147 ◦ blue 106

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

Shades of Gurkha #98936A

Tints of Gurkha #98936A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 37.53%
G = 36.3%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98936A (or 0x98936A) is known color: Gurkha. HEX triplet: 98, 93 and 6A. RGB value is (152,147,106). Sum of RGB (Red+Green+Blue) = 152+147+106=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #98936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98936A is #676C95. Grayscale: #8F8F8F. Windows color (decimal): -6778006 or 6984600. OLE color: 6984600.

HSL color Cylindrical-coordinate representation of color #98936A: hue angle of 53.48º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98936A is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 147 106 -
CMYK 0 0.03 0.30 0.40
HSL 53.48º 0.18% 0.51% -
HSV(B) 53.48º 0.3% 0.6% -
XYZ 25.98 28.58 17.78 -
YUV 143.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 152 147 106 0 0.03 0.30 0.40 53.48 0.18 0.51
Hex 98 93 6A 0 3 1E 28 35 12 33
Octal 230 223 152 0 3 36 50 65 22 63
Binary 10011000 10010011 1101010 0 11 11110 101000 110101 10010 110011

Color Harmonies of #98936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98936A

Black with #98936A

Text Example


Text Example

White with #98936A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98936A; }

 p { color: rgb(152,147,106); }

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

background-color css

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

 a { background-color: rgb(152,147,106); }

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

border-color css

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

 span { border-color: rgb(152,147,106); }

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