Html Css Color HEX #999270 Gurkha

📋 copy color: '#999270'

red 153 ◦ green 146 ◦ blue 112

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

Shades of Gurkha #999270

Tints of Gurkha #999270

RGB

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

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

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

R = 37.23%
G = 35.52%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#999270 (or 0x999270) is known color: Gurkha. HEX triplet: 99, 92 and 70. RGB value is (153,146,112). Sum of RGB (Red+Green+Blue) = 153+146+112=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #999270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999270 is #666D8F. Grayscale: #909090. Windows color (decimal): -6712720 or 7377561. OLE color: 7377561.

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

Color convert

RGB 153 146 112 -
CMYK 0 0.05 0.27 0.4
HSL 49.76º 0.17% 0.52% -
HSV(B) 49.76º 0.27% 0.6% -
XYZ 26.34 28.5 19.44 -
YUV 144.22 109.82 134.26 -
System Red Green Blue C M Y K H S L
Decimal 153 146 112 0 0.05 0.27 0.4 49.76 0.17 0.52
Hex 99 92 70 0 5 1B 28 32 11 34
Octal 231 222 160 0 5 33 50 62 21 64
Binary 10011001 10010010 1110000 0 101 11011 101000 110010 10001 110100

Color Harmonies of #999270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999270

Black with #999270

Text Example


Text Example

White with #999270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999270; }

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

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

background-color css

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

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

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

border-color css

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

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

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