Html Css Color HEX #98915E Gurkha

📋 copy color: '#98915E'

red 152 ◦ green 145 ◦ blue 94

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

Shades of Gurkha #98915E

Tints of Gurkha #98915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 38.87%
G = 37.08%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98915E (or 0x98915E) is known color: Gurkha. HEX triplet: 98, 91 and 5E. RGB value is (152,145,94). Sum of RGB (Red+Green+Blue) = 152+145+94=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98915E is #676EA1. Grayscale: #8D8D8D. Windows color (decimal): -6778530 or 6197656. OLE color: 6197656.

HSL color Cylindrical-coordinate representation of color #98915E: hue angle of 52.76º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98915E is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 145 94 -
CMYK 0 0.05 0.38 0.40
HSL 52.76º 0.24% 0.48% -
HSV(B) 52.76º 0.38% 0.6% -
XYZ 25.09 27.73 14.62 -
YUV 141.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 152 145 94 0 0.05 0.38 0.40 52.76 0.24 0.48
Hex 98 91 5E 0 5 26 28 35 18 30
Octal 230 221 136 0 5 46 50 65 30 60
Binary 10011000 10010001 1011110 0 101 100110 101000 110101 11000 110000

Color Harmonies of #98915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98915E

Black with #98915E

Text Example


Text Example

White with #98915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98915E; }

 p { color: rgb(152,145,94); }

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

background-color css

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

 a { background-color: rgb(152,145,94); }

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

border-color css

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

 span { border-color: rgb(152,145,94); }

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