Html Css Color HEX #999478 Gurkha

📋 copy color: '#999478'

red 153 ◦ green 148 ◦ blue 120

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

Shades of Gurkha #999478

Tints of Gurkha #999478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.5%

R = 36.34%
G = 35.15%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#999478 (or 0x999478) is known color: Gurkha. HEX triplet: 99, 94 and 78. RGB value is (153,148,120). Sum of RGB (Red+Green+Blue) = 153+148+120=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #999478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999478 is #666B87. Grayscale: #929292. Windows color (decimal): -6712200 or 7902361. OLE color: 7902361.

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

Color convert

RGB 153 148 120 -
CMYK 0 0.03 0.22 0.4
HSL 50.91º 0.14% 0.54% -
HSV(B) 50.91º 0.22% 0.6% -
XYZ 27.12 29.31 22 -
YUV 146.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 153 148 120 0 0.03 0.22 0.4 50.91 0.14 0.54
Hex 99 94 78 0 3 16 28 33 E 36
Octal 231 224 170 0 3 26 50 63 16 66
Binary 10011001 10010100 1111000 0 11 10110 101000 110011 1110 110110

Color Harmonies of #999478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999478

Black with #999478

Text Example


Text Example

White with #999478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999478; }

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

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

background-color css

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

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

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

border-color css

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

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

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