#958F67

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

Shades of Gurkha #958F67

Tints of Gurkha #958F67

Color information

#958F67 (or 0x958F67) is unknown color: approx Gurkha. HEX triplet: 95, 8F and 67. RGB value is (149,143,103). Sum of RGB (Red+Green+Blue) = 149+143+103=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 149 - color contains mainly: red. Hex color #958F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F67 is #6A7098. Grayscale: #8C8C8C. Windows color (decimal): -6975641 or 6786965. OLE color: 6786965.

HSL color Cylindrical-coordinate representation of color #958F67: hue angle of 52.17º 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 #958F67 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB149143103-
CMYK00.040.310.42
HSL52.17º18.25%49.41%-
HSV(B)52.17º30.87%58.43%-
XYZ24.6727.0116.75-
YUV140.23106.99134.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=37.72%
G=36.20%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914310300.040.310.4252.1718.2549.41
Hex958F67041F2A341231
Octal225217147043752642261
Binary1001010110001111110011101001111110101011010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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