Html Css Color HEX #958B6F Gurkha

📋 copy color: '#958B6F'

red 149 ◦ green 139 ◦ blue 111

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

Shades of Gurkha #958B6F

Tints of Gurkha #958B6F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 111 (43.75% from 255) = 27.82%

R = 37.34%
G = 34.84%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#958B6F (or 0x958B6F) is known color: Gurkha. HEX triplet: 95, 8B and 6F. RGB value is (149,139,111). Sum of RGB (Red+Green+Blue) = 149+139+111=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #958B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B6F is #6A7490. Grayscale: #8A8A8A. Windows color (decimal): -6976657 or 7310229. OLE color: 7310229.

HSL color Cylindrical-coordinate representation of color #958B6F: hue angle of 44.21º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #958B6F is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 111 -
CMYK 0 0.07 0.26 0.42
HSL 44.21º 0.15% 0.51% -
HSV(B) 44.21º 0.26% 0.58% -
XYZ 24.5 26 18.77 -
YUV 138.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 149 139 111 0 0.07 0.26 0.42 44.21 0.15 0.51
Hex 95 8B 6F 0 7 1A 2A 2C F 33
Octal 225 213 157 0 7 32 52 54 17 63
Binary 10010101 10001011 1101111 0 111 11010 101010 101100 1111 110011

Color Harmonies of #958B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B6F

Black with #958B6F

Text Example


Text Example

White with #958B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,139,111); }

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

background-color css

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

 a { background-color: rgb(149,139,111); }

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

border-color css

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

 span { border-color: rgb(149,139,111); }

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