Html Css Color HEX #958F61 Gurkha

📋 copy color: '#958F61'

red 149 ◦ green 143 ◦ blue 97

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

Shades of Gurkha #958F61

Tints of Gurkha #958F61

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 38.3%
G = 36.76%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#958F61 (or 0x958F61) is known color: Gurkha. HEX triplet: 95, 8F and 61. RGB value is (149,143,97). Sum of RGB (Red+Green+Blue) = 149+143+97=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #958F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F61 is #6A709E. Grayscale: #8B8B8B. Windows color (decimal): -6975647 or 6393749. OLE color: 6393749.

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

Color convert

RGB 149 143 97 -
CMYK 0 0.04 0.35 0.42
HSL 53.08º 0.21% 0.48% -
HSV(B) 53.08º 0.35% 0.58% -
XYZ 24.37 26.9 15.22 -
YUV 139.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 149 143 97 0 0.04 0.35 0.42 53.08 0.21 0.48
Hex 95 8F 61 0 4 23 2A 35 15 30
Octal 225 217 141 0 4 43 52 65 25 60
Binary 10010101 10001111 1100001 0 100 100011 101010 110101 10101 110000

Color Harmonies of #958F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F61

Black with #958F61

Text Example


Text Example

White with #958F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,143,97); }

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

background-color css

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

 a { background-color: rgb(149,143,97); }

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

border-color css

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

 span { border-color: rgb(149,143,97); }

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