Html Css Color HEX #98917A Gurkha

📋 copy color: '#98917A'

red 152 ◦ green 145 ◦ blue 122

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

Shades of Gurkha #98917A

Tints of Gurkha #98917A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 36.28%
G = 34.61%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98917A (or 0x98917A) is known color: Gurkha. HEX triplet: 98, 91 and 7A. RGB value is (152,145,122). Sum of RGB (Red+Green+Blue) = 152+145+122=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #98917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98917A is #676E85. Grayscale: #909090. Windows color (decimal): -6778502 or 8032664. OLE color: 8032664.

HSL color Cylindrical-coordinate representation of color #98917A: hue angle of 46º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98917A is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 145 122 -
CMYK 0 0.05 0.20 0.40
HSL 46º 0.13% 0.54% -
HSV(B) 46º 0.2% 0.6% -
XYZ 26.59 28.33 22.48 -
YUV 144.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 152 145 122 0 0.05 0.20 0.40 46 0.13 0.54
Hex 98 91 7A 0 5 14 28 2E D 36
Octal 230 221 172 0 5 24 50 56 15 66
Binary 10011000 10010001 1111010 0 101 10100 101000 101110 1101 110110

Color Harmonies of #98917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98917A

Black with #98917A

Text Example


Text Example

White with #98917A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98917A; }

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

 H1.HeaderClassName
 {
   color: #98917A;
 }
 .AnyTagClassName
 {
   color: #98917A;
 }
</style>

background-color css

<style>
 a { background-color: #98917A; }

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

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

border-color css

<style>
 span { border-color: #98917A; }

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

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