Html Css Color HEX #958D68 Gurkha

📋 copy color: '#958D68'

red 149 ◦ green 141 ◦ blue 104

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

Shades of Gurkha #958D68

Tints of Gurkha #958D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 37.82%
G = 35.79%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#958D68 (or 0x958D68) is known color: Gurkha. HEX triplet: 95, 8D and 68. RGB value is (149,141,104). Sum of RGB (Red+Green+Blue) = 149+141+104=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #958D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D68 is #6A7297. Grayscale: #8B8B8B. Windows color (decimal): -6976152 or 6851989. OLE color: 6851989.

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

Color convert

RGB 149 141 104 -
CMYK 0 0.05 0.30 0.42
HSL 49.33º 0.18% 0.5% -
HSV(B) 49.33º 0.3% 0.58% -
XYZ 24.42 26.44 16.91 -
YUV 139.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 149 141 104 0 0.05 0.30 0.42 49.33 0.18 0.5
Hex 95 8D 68 0 5 1E 2A 31 12 32
Octal 225 215 150 0 5 36 52 61 22 62
Binary 10010101 10001101 1101000 0 101 11110 101010 110001 10010 110010

Color Harmonies of #958D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D68

Black with #958D68

Text Example


Text Example

White with #958D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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