Html Css Color HEX #999070 Gurkha

📋 copy color: '#999070'

red 153 ◦ green 144 ◦ blue 112

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

Shades of Gurkha #999070

Tints of Gurkha #999070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

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

R = 37.41%
G = 35.21%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#999070 (or 0x999070) is known color: Gurkha. HEX triplet: 99, 90 and 70. RGB value is (153,144,112). Sum of RGB (Red+Green+Blue) = 153+144+112=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 153 - color contains mainly: red. Hex color #999070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999070 is #666F8F. Grayscale: #8F8F8F. Windows color (decimal): -6713232 or 7377049. OLE color: 7377049.

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

Color convert

RGB 153 144 112 -
CMYK 0 0.06 0.27 0.4
HSL 46.83º 0.17% 0.52% -
HSV(B) 46.83º 0.27% 0.6% -
XYZ 26.03 27.89 19.34 -
YUV 143.04 110.48 135.1 -
System Red Green Blue C M Y K H S L
Decimal 153 144 112 0 0.06 0.27 0.4 46.83 0.17 0.52
Hex 99 90 70 0 6 1B 28 2F 11 34
Octal 231 220 160 0 6 33 50 57 21 64
Binary 10011001 10010000 1110000 0 110 11011 101000 101111 10001 110100

Color Harmonies of #999070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999070

Black with #999070

Text Example


Text Example

White with #999070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999070; }

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

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

background-color css

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

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

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

border-color css

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

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

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