Html Css Color HEX #998C63 Gurkha

📋 copy color: '#998C63'

red 153 ◦ green 140 ◦ blue 99

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

Shades of Gurkha #998C63

Tints of Gurkha #998C63

RGB

 RED value IS 153 (60.16% from 255) = 39.03%

 GREEN value IS 140 (55.08% from 255) = 35.71%

 BLUE value IS 99 (39.06% from 255) = 25.26%

R = 39.03%
G = 35.71%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#998C63 (or 0x998C63) is known color: Gurkha. HEX triplet: 99, 8C and 63. RGB value is (153,140,99). Sum of RGB (Red+Green+Blue) = 153+140+99=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #998C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C63 is #66739C. Grayscale: #8B8B8B. Windows color (decimal): -6714269 or 6524057. OLE color: 6524057.

HSL color Cylindrical-coordinate representation of color #998C63: hue angle of 45.56º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998C63 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 99 -
CMYK 0 0.08 0.35 0.4
HSL 45.56º 0.21% 0.49% -
HSV(B) 45.56º 0.35% 0.6% -
XYZ 24.77 26.43 15.6 -
YUV 139.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 153 140 99 0 0.08 0.35 0.4 45.56 0.21 0.49
Hex 99 8C 63 0 8 23 28 2E 15 31
Octal 231 214 143 0 10 43 50 56 25 61
Binary 10011001 10001100 1100011 0 1000 100011 101000 101110 10101 110001

Color Harmonies of #998C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C63

Black with #998C63

Text Example


Text Example

White with #998C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998C63; }

 p { color: rgb(153,140,99); }

 H1.HeaderClassName
 {
   color: #998C63;
 }
 .AnyTagClassName
 {
   color: #998C63;
 }
</style>

background-color css

<style>
 a { background-color: #998C63; }

 a { background-color: rgb(153,140,99); }

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

border-color css

<style>
 span { border-color: #998C63; }

 span { border-color: rgb(153,140,99); }

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