#968B67

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

Shades of Gurkha #968B67

Tints of Gurkha #968B67

Color information

#968B67 (or 0x968B67) is unknown color: approx Gurkha. HEX triplet: 96, 8B and 67. RGB value is (150,139,103). Sum of RGB (Red+Green+Blue) = 150+139+103=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #968B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968B67 is #697498. Grayscale: #8A8A8A. Windows color (decimal): -6911129 or 6785942. OLE color: 6785942.

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

Color convert

RGB150139103-
CMYK00.070.310.41
HSL45.96º18.58%49.61%-
HSV(B)45.96º31.33%58.82%-
XYZ24.2625.9316.56-
YUV138.18108.14136.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=38.27%
G=35.46%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013910300.070.310.4145.9618.5849.61
Hex968B67071F292e1332
Octal226213147073751562362
Binary1001011010001011110011101111111110100110111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,139,103); }

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

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

 a { background-color: rgb(150,139,103); }

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

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

 span { border-color: rgb(150,139,103); }

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