Html Css Color HEX #999169 Gurkha

📋 copy color: '#999169'

red 153 ◦ green 145 ◦ blue 105

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

Shades of Gurkha #999169

Tints of Gurkha #999169

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

 BLUE value IS 105 (41.41% from 255) = 26.05%

R = 37.97%
G = 35.98%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#999169 (or 0x999169) is known color: Gurkha. HEX triplet: 99, 91 and 69. RGB value is (153,145,105). Sum of RGB (Red+Green+Blue) = 153+145+105=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #999169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999169 is #666E96. Grayscale: #8F8F8F. Windows color (decimal): -6712983 or 6918553. OLE color: 6918553.

HSL color Cylindrical-coordinate representation of color #999169: hue angle of 50º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999169 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 145 105 -
CMYK 0 0.05 0.31 0.4
HSL 50º 0.19% 0.51% -
HSV(B) 50º 0.31% 0.6% -
XYZ 25.81 28.04 17.42 -
YUV 142.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 153 145 105 0 0.05 0.31 0.4 50 0.19 0.51
Hex 99 91 69 0 5 1F 28 32 13 33
Octal 231 221 151 0 5 37 50 62 23 63
Binary 10011001 10010001 1101001 0 101 11111 101000 110010 10011 110011

Color Harmonies of #999169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999169

Black with #999169

Text Example


Text Example

White with #999169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999169; }

 p { color: rgb(153,145,105); }

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

background-color css

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

 a { background-color: rgb(153,145,105); }

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

border-color css

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

 span { border-color: rgb(153,145,105); }

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