Html Css Color HEX #999278 Gurkha

📋 copy color: '#999278'

red 153 ◦ green 146 ◦ blue 120

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

Shades of Gurkha #999278

Tints of Gurkha #999278

RGB

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

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

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

R = 36.52%
G = 34.84%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#999278 (or 0x999278) is known color: Gurkha. HEX triplet: 99, 92 and 78. RGB value is (153,146,120). Sum of RGB (Red+Green+Blue) = 153+146+120=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #999278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999278 is #666D87. Grayscale: #919191. Windows color (decimal): -6712712 or 7901849. OLE color: 7901849.

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

Color convert

RGB 153 146 120 -
CMYK 0 0.05 0.22 0.4
HSL 47.27º 0.14% 0.54% -
HSV(B) 47.27º 0.22% 0.6% -
XYZ 26.81 28.69 21.89 -
YUV 145.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 153 146 120 0 0.05 0.22 0.4 47.27 0.14 0.54
Hex 99 92 78 0 5 16 28 2F E 36
Octal 231 222 170 0 5 26 50 57 16 66
Binary 10011001 10010010 1111000 0 101 10110 101000 101111 1110 110110

Color Harmonies of #999278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999278

Black with #999278

Text Example


Text Example

White with #999278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999278; }

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

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

background-color css

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

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

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

border-color css

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

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

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