Html Css Color HEX #959062 Gurkha

📋 copy color: '#959062'

red 149 ◦ green 144 ◦ blue 98

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

Shades of Gurkha #959062

Tints of Gurkha #959062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.06%

R = 38.11%
G = 36.83%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#959062 (or 0x959062) is known color: Gurkha. HEX triplet: 95, 90 and 62. RGB value is (149,144,98). Sum of RGB (Red+Green+Blue) = 149+144+98=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #959062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959062 is #6A6F9D. Grayscale: #8C8C8C. Windows color (decimal): -6975390 or 6459541. OLE color: 6459541.

HSL color Cylindrical-coordinate representation of color #959062: hue angle of 54.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959062 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 144 98 -
CMYK 0 0.03 0.34 0.42
HSL 54.12º 0.21% 0.48% -
HSV(B) 54.12º 0.34% 0.58% -
XYZ 24.57 27.22 15.51 -
YUV 140.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 149 144 98 0 0.03 0.34 0.42 54.12 0.21 0.48
Hex 95 90 62 0 3 22 2A 36 15 30
Octal 225 220 142 0 3 42 52 66 25 60
Binary 10010101 10010000 1100010 0 11 100010 101010 110110 10101 110000

Color Harmonies of #959062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959062

Black with #959062

Text Example


Text Example

White with #959062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959062; }

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

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

background-color css

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

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

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

border-color css

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

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

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