Html Css Color HEX #958E64 Gurkha

📋 copy color: '#958E64'

red 149 ◦ green 142 ◦ blue 100

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

Shades of Gurkha #958E64

Tints of Gurkha #958E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.32%

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 38.11%
G = 36.32%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#958E64 (or 0x958E64) is known color: Gurkha. HEX triplet: 95, 8E and 64. RGB value is (149,142,100). Sum of RGB (Red+Green+Blue) = 149+142+100=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E64 is #6A719B. Grayscale: #8B8B8B. Windows color (decimal): -6975900 or 6590101. OLE color: 6590101.

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

Color convert

RGB 149 142 100 -
CMYK 0 0.05 0.33 0.42
HSL 51.43º 0.2% 0.49% -
HSV(B) 51.43º 0.33% 0.58% -
XYZ 24.37 26.66 15.92 -
YUV 139.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 149 142 100 0 0.05 0.33 0.42 51.43 0.2 0.49
Hex 95 8E 64 0 5 21 2A 33 14 31
Octal 225 216 144 0 5 41 52 63 24 61
Binary 10010101 10001110 1100100 0 101 100001 101010 110011 10100 110001

Color Harmonies of #958E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E64

Black with #958E64

Text Example


Text Example

White with #958E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,142,100); }

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

background-color css

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

 a { background-color: rgb(149,142,100); }

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

border-color css

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

 span { border-color: rgb(149,142,100); }

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