Html Css Color HEX #958D65 Gurkha

📋 copy color: '#958D65'

red 149 ◦ green 141 ◦ blue 101

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

Shades of Gurkha #958D65

Tints of Gurkha #958D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.83%

R = 38.11%
G = 36.06%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#958D65 (or 0x958D65) is known color: Gurkha. HEX triplet: 95, 8D and 65. RGB value is (149,141,101). Sum of RGB (Red+Green+Blue) = 149+141+101=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D65 is #6A729A. Grayscale: #8B8B8B. Windows color (decimal): -6976155 or 6655381. OLE color: 6655381.

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

Color convert

RGB 149 141 101 -
CMYK 0 0.05 0.32 0.42
HSL 50º 0.19% 0.49% -
HSV(B) 50º 0.32% 0.58% -
XYZ 24.27 26.38 16.12 -
YUV 138.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 149 141 101 0 0.05 0.32 0.42 50 0.19 0.49
Hex 95 8D 65 0 5 20 2A 32 13 31
Octal 225 215 145 0 5 40 52 62 23 61
Binary 10010101 10001101 1100101 0 101 100000 101010 110010 10011 110001

Color Harmonies of #958D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D65

Black with #958D65

Text Example


Text Example

White with #958D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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