Html Css Color HEX #999469 Gurkha

📋 copy color: '#999469'

red 153 ◦ green 148 ◦ blue 105

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

Shades of Gurkha #999469

Tints of Gurkha #999469

RGB

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

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

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

R = 37.68%
G = 36.45%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#999469 (or 0x999469) is known color: Gurkha. HEX triplet: 99, 94 and 69. RGB value is (153,148,105). Sum of RGB (Red+Green+Blue) = 153+148+105=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #999469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999469 is #666B96. Grayscale: #909090. Windows color (decimal): -6712215 or 6919321. OLE color: 6919321.

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

Color convert

RGB 153 148 105 -
CMYK 0 0.03 0.31 0.4
HSL 53.75º 0.19% 0.51% -
HSV(B) 53.75º 0.31% 0.6% -
XYZ 26.28 28.97 17.57 -
YUV 144.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 153 148 105 0 0.03 0.31 0.4 53.75 0.19 0.51
Hex 99 94 69 0 3 1F 28 36 13 33
Octal 231 224 151 0 3 37 50 66 23 63
Binary 10011001 10010100 1101001 0 11 11111 101000 110110 10011 110011

Color Harmonies of #999469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999469

Black with #999469

Text Example


Text Example

White with #999469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999469; }

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

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

background-color css

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

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

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

border-color css

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

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

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