#958C67

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

Shades of Gurkha #958C67

Tints of Gurkha #958C67

Color information

#958C67 (or 0x958C67) is unknown color: approx Gurkha. HEX triplet: 95, 8C and 67. RGB value is (149,140,103). Sum of RGB (Red+Green+Blue) = 149+140+103=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #958C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C67 is #6A7398. Grayscale: #8A8A8A. Windows color (decimal): -6976409 or 6786197. OLE color: 6786197.

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

Color convert

RGB149140103-
CMYK00.060.310.42
HSL48.26º18.25%49.41%-
HSV(B)48.26º30.87%58.43%-
XYZ24.2226.1316.6-
YUV138.47107.98135.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=38.01%
G=35.71%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914010300.060.310.4248.2618.2549.41
Hex958C67061F2A301231
Octal225214147063752602261
Binary1001010110001100110011101101111110101011000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958C67; }

 p { color: rgb(149,140,103); }

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

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

 a { background-color: rgb(149,140,103); }

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

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

 span { border-color: rgb(149,140,103); }

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