Html Css Color HEX #98905D Gurkha

📋 copy color: '#98905D'

red 152 ◦ green 144 ◦ blue 93

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

Shades of Gurkha #98905D

Tints of Gurkha #98905D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 39.07%
G = 37.02%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98905D (or 0x98905D) is known color: Gurkha. HEX triplet: 98, 90 and 5D. RGB value is (152,144,93). Sum of RGB (Red+Green+Blue) = 152+144+93=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #98905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98905D is #676FA2. Grayscale: #8C8C8C. Windows color (decimal): -6778787 or 6131864. OLE color: 6131864.

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

Color convert

RGB 152 144 93 -
CMYK 0 0.05 0.39 0.40
HSL 51.86º 0.24% 0.48% -
HSV(B) 51.86º 0.39% 0.6% -
XYZ 24.9 27.41 14.33 -
YUV 140.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 152 144 93 0 0.05 0.39 0.40 51.86 0.24 0.48
Hex 98 90 5D 0 5 27 28 34 18 30
Octal 230 220 135 0 5 47 50 64 30 60
Binary 10011000 10010000 1011101 0 101 100111 101000 110100 11000 110000

Color Harmonies of #98905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98905D

Black with #98905D

Text Example


Text Example

White with #98905D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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