Html Css Color HEX #958D6C Gurkha

📋 copy color: '#958D6C'

red 149 ◦ green 141 ◦ blue 108

#958D6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #958D6C

Tints of Gurkha #958D6C

RGB

 RED value IS 149 (58.59% from 255) = 37.44%

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 37.44%
G = 35.43%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#958D6C (or 0x958D6C) is known color: Gurkha. HEX triplet: 95, 8D and 6C. RGB value is (149,141,108). Sum of RGB (Red+Green+Blue) = 149+141+108=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #958D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D6C is #6A7293. Grayscale: #8B8B8B. Windows color (decimal): -6976148 or 7114133. OLE color: 7114133.

HSL color Cylindrical-coordinate representation of color #958D6C: hue angle of 48.29º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #958D6C is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 141 108 -
CMYK 0 0.05 0.28 0.42
HSL 48.29º 0.16% 0.5% -
HSV(B) 48.29º 0.28% 0.58% -
XYZ 24.63 26.52 18.01 -
YUV 139.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 149 141 108 0 0.05 0.28 0.42 48.29 0.16 0.5
Hex 95 8D 6C 0 5 1C 2A 30 10 32
Octal 225 215 154 0 5 34 52 60 20 62
Binary 10010101 10001101 1101100 0 101 11100 101010 110000 10000 110010

Color Harmonies of #958D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D6C

Black with #958D6C

Text Example


Text Example

White with #958D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,108); }

 H1.HeaderClassName
 {
   color: #958D6C;
 }
 .AnyTagClassName
 {
   color: #958D6C;
 }
</style>

background-color css

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

 a { background-color: rgb(149,141,108); }

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

border-color css

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

 span { border-color: rgb(149,141,108); }

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