Html Css Color HEX #98937B Gurkha

📋 copy color: '#98937B'

red 152 ◦ green 147 ◦ blue 123

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

Shades of Gurkha #98937B

Tints of Gurkha #98937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

 BLUE value IS 123 (48.44% from 255) = 29.15%

R = 36.02%
G = 34.83%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98937B (or 0x98937B) is known color: Gurkha. HEX triplet: 98, 93 and 7B. RGB value is (152,147,123). Sum of RGB (Red+Green+Blue) = 152+147+123=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #98937B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98937B is #676C84. Grayscale: #919191. Windows color (decimal): -6777989 or 8098712. OLE color: 8098712.

HSL color Cylindrical-coordinate representation of color #98937B: hue angle of 49.66º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98937B is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 147 123 -
CMYK 0 0.03 0.19 0.40
HSL 49.66º 0.12% 0.54% -
HSV(B) 49.66º 0.19% 0.6% -
XYZ 26.96 28.97 22.91 -
YUV 145.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 152 147 123 0 0.03 0.19 0.40 49.66 0.12 0.54
Hex 98 93 7B 0 3 13 28 32 C 36
Octal 230 223 173 0 3 23 50 62 14 66
Binary 10011000 10010011 1111011 0 11 10011 101000 110010 1100 110110

Color Harmonies of #98937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98937B

Black with #98937B

Text Example


Text Example

White with #98937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,147,123); }

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

background-color css

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

 a { background-color: rgb(152,147,123); }

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

border-color css

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

 span { border-color: rgb(152,147,123); }

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