Html Css Color HEX #98905E Gurkha

📋 copy color: '#98905E'

red 152 ◦ green 144 ◦ blue 94

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

Shades of Gurkha #98905E

Tints of Gurkha #98905E

RGB

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

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

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

R = 38.97%
G = 36.92%
B = 24.1%

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

#98905E (or 0x98905E) is known color: Gurkha. HEX triplet: 98, 90 and 5E. RGB value is (152,144,94). Sum of RGB (Red+Green+Blue) = 152+144+94=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #98905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98905E is #676FA1. Grayscale: #8C8C8C. Windows color (decimal): -6778786 or 6197400. OLE color: 6197400.

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

Color convert

RGB 152 144 94 -
CMYK 0 0.05 0.38 0.40
HSL 51.72º 0.24% 0.48% -
HSV(B) 51.72º 0.38% 0.6% -
XYZ 24.94 27.43 14.57 -
YUV 140.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 152 144 94 0 0.05 0.38 0.40 51.72 0.24 0.48
Hex 98 90 5E 0 5 26 28 34 18 30
Octal 230 220 136 0 5 46 50 64 30 60
Binary 10011000 10010000 1011110 0 101 100110 101000 110100 11000 110000

Color Harmonies of #98905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98905E

Black with #98905E

Text Example


Text Example

White with #98905E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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