#968D70

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

Shades of Gurkha #968D70

Tints of Gurkha #968D70

Color information

#968D70 (or 0x968D70) is unknown color: approx Gurkha. HEX triplet: 96, 8D and 70. RGB value is (150,141,112). Sum of RGB (Red+Green+Blue) = 150+141+112=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #968D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D70 is #69728F. Grayscale: #8C8C8C. Windows color (decimal): -6910608 or 7376278. OLE color: 7376278.

HSL color Cylindrical-coordinate representation of color #968D70: hue angle of 45.79º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968D70 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB150141112-
CMYK00.060.250.41
HSL45.79º15.32%51.37%-
HSV(B)45.79º25.33%58.82%-
XYZ25.0326.719.16-
YUV140.38111.98134.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=37.22%
G=34.99%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014111200.060.250.4145.7915.3251.37
Hex968D700619292ef33
Octal226215160063151561763
Binary100101101000110111100000110110011010011011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968D70; }

 p { color: rgb(150,141,112); }

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

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

 a { background-color: rgb(150,141,112); }

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

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

 span { border-color: rgb(150,141,112); }

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