#969069

Color #969069 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #969069

Tints of Gurkha #969069

Color information

#969069 (or 0x969069) is unknown color: approx Gurkha. HEX triplet: 96, 90 and 69. RGB value is (150,144,105). Sum of RGB (Red+Green+Blue) = 150+144+105=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #969069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969069 is #696F96. Grayscale: #8D8D8D. Windows color (decimal): -6909847 or 6918294. OLE color: 6918294.

HSL color Cylindrical-coordinate representation of color #969069: hue angle of 52º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969069 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB150144105-
CMYK00.040.300.41
HSL52º17.65%50%-
HSV(B)52º30%58.82%-
XYZ25.127.4517.34-
YUV141.35107.49134.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=37.59%
G=36.09%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014410500.040.300.415217.6550
Hex969069041E29341232
Octal226220151043651642262
Binary1001011010010000110100101001111010100111010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969069; }

 p { color: rgb(150,144,105); }

 H1.HeaderClassName
 {
   color: #969069;
 }
 .AnyTagClassName
 {
   color: #969069;
 }
</style>
background-color css

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

 a { background-color: rgb(150,144,105); }

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

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

 span { border-color: rgb(150,144,105); }

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