Html Css Color HEX #98926F Gurkha

📋 copy color: '#98926F'

red 152 ◦ green 146 ◦ blue 111

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

Shades of Gurkha #98926F

Tints of Gurkha #98926F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.7%

 BLUE value IS 111 (43.75% from 255) = 27.14%

R = 37.16%
G = 35.7%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98926F (or 0x98926F) is known color: Gurkha. HEX triplet: 98, 92 and 6F. RGB value is (152,146,111). Sum of RGB (Red+Green+Blue) = 152+146+111=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #98926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98926F is #676D90. Grayscale: #8F8F8F. Windows color (decimal): -6778257 or 7312024. OLE color: 7312024.

HSL color Cylindrical-coordinate representation of color #98926F: hue angle of 51.22º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98926F is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 146 111 -
CMYK 0 0.04 0.27 0.40
HSL 51.22º 0.17% 0.52% -
HSV(B) 51.22º 0.27% 0.6% -
XYZ 26.1 28.38 19.14 -
YUV 143.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 152 146 111 0 0.04 0.27 0.40 51.22 0.17 0.52
Hex 98 92 6F 0 4 1B 28 33 11 34
Octal 230 222 157 0 4 33 50 63 21 64
Binary 10011000 10010010 1101111 0 100 11011 101000 110011 10001 110100

Color Harmonies of #98926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98926F

Black with #98926F

Text Example


Text Example

White with #98926F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98926F; }

 p { color: rgb(152,146,111); }

 H1.HeaderClassName
 {
   color: #98926F;
 }
 .AnyTagClassName
 {
   color: #98926F;
 }
</style>

background-color css

<style>
 a { background-color: #98926F; }

 a { background-color: rgb(152,146,111); }

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

border-color css

<style>
 span { border-color: #98926F; }

 span { border-color: rgb(152,146,111); }

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