Html Css Color HEX #98905F Gurkha

📋 copy color: '#98905F'

red 152 ◦ green 144 ◦ blue 95

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

Shades of Gurkha #98905F

Tints of Gurkha #98905F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.3%

R = 38.87%
G = 36.83%
B = 24.3%

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

#98905F (or 0x98905F) is known color: Gurkha. HEX triplet: 98, 90 and 5F. RGB value is (152,144,95). Sum of RGB (Red+Green+Blue) = 152+144+95=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #98905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98905F is #676FA0. Grayscale: #8D8D8D. Windows color (decimal): -6778785 or 6262936. OLE color: 6262936.

HSL color Cylindrical-coordinate representation of color #98905F: hue angle of 51.58º degrees, saturation: 0.23, 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 #98905F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 95 -
CMYK 0 0.05 0.38 0.40
HSL 51.58º 0.23% 0.48% -
HSV(B) 51.58º 0.38% 0.6% -
XYZ 24.99 27.45 14.81 -
YUV 140.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 152 144 95 0 0.05 0.38 0.40 51.58 0.23 0.48
Hex 98 90 5F 0 5 26 28 34 17 30
Octal 230 220 137 0 5 46 50 64 27 60
Binary 10011000 10010000 1011111 0 101 100110 101000 110100 10111 110000

Color Harmonies of #98905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98905F

Black with #98905F

Text Example


Text Example

White with #98905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98905F; }

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

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

background-color css

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

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

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

border-color css

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

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

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