Html Css Color HEX #959073 Gurkha

📋 copy color: '#959073'

red 149 ◦ green 144 ◦ blue 115

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

Shades of Gurkha #959073

Tints of Gurkha #959073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.29%

 BLUE value IS 115 (45.31% from 255) = 28.19%

R = 36.52%
G = 35.29%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#959073 (or 0x959073) is known color: Gurkha. HEX triplet: 95, 90 and 73. RGB value is (149,144,115). Sum of RGB (Red+Green+Blue) = 149+144+115=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #959073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959073 is #6A6F8C. Grayscale: #8E8E8E. Windows color (decimal): -6975373 or 7573653. OLE color: 7573653.

HSL color Cylindrical-coordinate representation of color #959073: hue angle of 51.18º 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 #959073 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 144 115 -
CMYK 0 0.03 0.23 0.42
HSL 51.18º 0.14% 0.52% -
HSV(B) 51.18º 0.23% 0.58% -
XYZ 25.46 27.57 20.2 -
YUV 142.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 149 144 115 0 0.03 0.23 0.42 51.18 0.14 0.52
Hex 95 90 73 0 3 17 2A 33 E 34
Octal 225 220 163 0 3 27 52 63 16 64
Binary 10010101 10010000 1110011 0 11 10111 101010 110011 1110 110100

Color Harmonies of #959073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959073

Black with #959073

Text Example


Text Example

White with #959073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959073; }

 p { color: rgb(149,144,115); }

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

background-color css

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

 a { background-color: rgb(149,144,115); }

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

border-color css

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

 span { border-color: rgb(149,144,115); }

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