Html Css Color HEX #98957B Gurkha

📋 copy color: '#98957B'

red 152 ◦ green 149 ◦ blue 123

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

Shades of Gurkha #98957B

Tints of Gurkha #98957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.14%

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

R = 35.85%
G = 35.14%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98957B (or 0x98957B) is known color: Gurkha. HEX triplet: 98, 95 and 7B. RGB value is (152,149,123). Sum of RGB (Red+Green+Blue) = 152+149+123=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #98957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98957B is #676A84. Grayscale: #939393. Windows color (decimal): -6777477 or 8099224. OLE color: 8099224.

HSL color Cylindrical-coordinate representation of color #98957B: hue angle of 53.79º 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 #98957B is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 149 123 -
CMYK 0 0.02 0.19 0.40
HSL 53.79º 0.12% 0.54% -
HSV(B) 53.79º 0.19% 0.6% -
XYZ 27.27 29.6 23.01 -
YUV 146.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 152 149 123 0 0.02 0.19 0.40 53.79 0.12 0.54
Hex 98 95 7B 0 2 13 28 36 C 36
Octal 230 225 173 0 2 23 50 66 14 66
Binary 10011000 10010101 1111011 0 10 10011 101000 110110 1100 110110

Color Harmonies of #98957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98957B

Black with #98957B

Text Example


Text Example

White with #98957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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