Html Css Color HEX #999468 Gurkha

📋 copy color: '#999468'

red 153 ◦ green 148 ◦ blue 104

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

Shades of Gurkha #999468

Tints of Gurkha #999468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

 BLUE value IS 104 (41.02% from 255) = 25.68%

R = 37.78%
G = 36.54%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#999468 (or 0x999468) is known color: Gurkha. HEX triplet: 99, 94 and 68. RGB value is (153,148,104). Sum of RGB (Red+Green+Blue) = 153+148+104=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #999468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999468 is #666B97. Grayscale: #909090. Windows color (decimal): -6712216 or 6853785. OLE color: 6853785.

HSL color Cylindrical-coordinate representation of color #999468: hue angle of 53.88º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999468 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 104 -
CMYK 0 0.03 0.32 0.4
HSL 53.88º 0.19% 0.5% -
HSV(B) 53.88º 0.32% 0.6% -
XYZ 26.23 28.95 17.3 -
YUV 144.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 153 148 104 0 0.03 0.32 0.4 53.88 0.19 0.5
Hex 99 94 68 0 3 20 28 36 13 32
Octal 231 224 150 0 3 40 50 66 23 62
Binary 10011001 10010100 1101000 0 11 100000 101000 110110 10011 110010

Color Harmonies of #999468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999468

Black with #999468

Text Example


Text Example

White with #999468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999468; }

 p { color: rgb(153,148,104); }

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

background-color css

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

 a { background-color: rgb(153,148,104); }

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

border-color css

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

 span { border-color: rgb(153,148,104); }

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