Html Css Color HEX #999470 Gurkha

📋 copy color: '#999470'

red 153 ◦ green 148 ◦ blue 112

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

Shades of Gurkha #999470

Tints of Gurkha #999470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.12%

R = 37.05%
G = 35.84%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#999470 (or 0x999470) is known color: Gurkha. HEX triplet: 99, 94 and 70. RGB value is (153,148,112). Sum of RGB (Red+Green+Blue) = 153+148+112=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #999470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999470 is #666B8F. Grayscale: #919191. Windows color (decimal): -6712208 or 7378073. OLE color: 7378073.

HSL color Cylindrical-coordinate representation of color #999470: hue angle of 52.68º 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 #999470 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 112 -
CMYK 0 0.03 0.27 0.4
HSL 52.68º 0.17% 0.52% -
HSV(B) 52.68º 0.27% 0.6% -
XYZ 26.65 29.12 19.55 -
YUV 145.39 109.16 133.43 -
System Red Green Blue C M Y K H S L
Decimal 153 148 112 0 0.03 0.27 0.4 52.68 0.17 0.52
Hex 99 94 70 0 3 1B 28 35 11 34
Octal 231 224 160 0 3 33 50 65 21 64
Binary 10011001 10010100 1110000 0 11 11011 101000 110101 10001 110100

Color Harmonies of #999470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999470

Black with #999470

Text Example


Text Example

White with #999470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999470; }

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

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

background-color css

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

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

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

border-color css

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

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

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