Html Css Color HEX #98905B Gurkha

📋 copy color: '#98905B'

red 152 ◦ green 144 ◦ blue 91

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

Shades of Gurkha #98905B

Tints of Gurkha #98905B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.51%

R = 39.28%
G = 37.21%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98905B (or 0x98905B) is known color: Gurkha. HEX triplet: 98, 90 and 5B. RGB value is (152,144,91). Sum of RGB (Red+Green+Blue) = 152+144+91=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 91 (35.94% from 255 or 23.51% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #98905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98905B is #676FA4. Grayscale: #8C8C8C. Windows color (decimal): -6778789 or 6000792. OLE color: 6000792.

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

Color convert

RGB 152 144 91 -
CMYK 0 0.05 0.40 0.40
HSL 52.13º 0.25% 0.48% -
HSV(B) 52.13º 0.4% 0.6% -
XYZ 24.81 27.38 13.87 -
YUV 140.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 152 144 91 0 0.05 0.40 0.40 52.13 0.25 0.48
Hex 98 90 5B 0 5 28 28 34 19 30
Octal 230 220 133 0 5 50 50 64 31 60
Binary 10011000 10010000 1011011 0 101 101000 101000 110100 11001 110000

Color Harmonies of #98905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98905B

Black with #98905B

Text Example


Text Example

White with #98905B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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