Html Css Color HEX #958C72 Gurkha

📋 copy color: '#958C72'

red 149 ◦ green 140 ◦ blue 114

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

Shades of Gurkha #958C72

Tints of Gurkha #958C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.74%

 BLUE value IS 114 (44.92% from 255) = 28.29%

R = 36.97%
G = 34.74%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#958C72 (or 0x958C72) is known color: Gurkha. HEX triplet: 95, 8C and 72. RGB value is (149,140,114). Sum of RGB (Red+Green+Blue) = 149+140+114=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #958C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C72 is #6A738D. Grayscale: #8B8B8B. Windows color (decimal): -6976398 or 7507093. OLE color: 7507093.

HSL color Cylindrical-coordinate representation of color #958C72: hue angle of 44.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #958C72 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 140 114 -
CMYK 0 0.06 0.23 0.42
HSL 44.57º 0.14% 0.52% -
HSV(B) 44.57º 0.23% 0.58% -
XYZ 24.81 26.36 19.7 -
YUV 139.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 149 140 114 0 0.06 0.23 0.42 44.57 0.14 0.52
Hex 95 8C 72 0 6 17 2A 2D E 34
Octal 225 214 162 0 6 27 52 55 16 64
Binary 10010101 10001100 1110010 0 110 10111 101010 101101 1110 110100

Color Harmonies of #958C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C72

Black with #958C72

Text Example


Text Example

White with #958C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,140,114); }

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

background-color css

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

 a { background-color: rgb(149,140,114); }

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

border-color css

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

 span { border-color: rgb(149,140,114); }

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