#968C6A

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

Shades of Gurkha #968C6A

Tints of Gurkha #968C6A

Color information

#968C6A (or 0x968C6A) is unknown color: approx Gurkha. HEX triplet: 96, 8C and 6A. RGB value is (150,140,106). Sum of RGB (Red+Green+Blue) = 150+140+106=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #968C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C6A is #697395. Grayscale: #8B8B8B. Windows color (decimal): -6910870 or 6982806. OLE color: 6982806.

HSL color Cylindrical-coordinate representation of color #968C6A: hue angle of 46.36º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #968C6A is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150140106-
CMYK00.070.290.41
HSL46.36º17.32%50.2%-
HSV(B)46.36º29.33%58.82%-
XYZ24.5626.2817.41-
YUV139.11109.31135.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=37.88%
G=35.35%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014010600.070.290.4146.3617.3250.2
Hex968C6A071D292e1132
Octal226214152073551562162
Binary1001011010001100110101001111110110100110111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,140,106); }

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

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

 a { background-color: rgb(150,140,106); }

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

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

 span { border-color: rgb(150,140,106); }

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