#949067

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

Shades of Gurkha #949067

Tints of Gurkha #949067

Color information

#949067 (or 0x949067) is unknown color: approx Gurkha. HEX triplet: 94, 90 and 67. RGB value is (148,144,103). Sum of RGB (Red+Green+Blue) = 148+144+103=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #949067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949067 is #6B6F98. Grayscale: #8C8C8C. Windows color (decimal): -7040921 or 6787220. OLE color: 6787220.

HSL color Cylindrical-coordinate representation of color #949067: hue angle of 54.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949067 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148144103-
CMYK00.030.300.42
HSL54.67º17.93%49.22%-
HSV(B)54.67º30.41%58.04%-
XYZ24.6327.2216.79-
YUV140.52106.83133.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=37.47%
G=36.46%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814410300.030.300.4254.6717.9349.22
Hex949067031E2A371231
Octal224220147033652672261
Binary100101001001000011001110111111010101011011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949067; }

 p { color: rgb(148,144,103); }

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

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

 a { background-color: rgb(148,144,103); }

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

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

 span { border-color: rgb(148,144,103); }

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