Html Css Color HEX #958C65 Gurkha

📋 copy color: '#958C65'

red 149 ◦ green 140 ◦ blue 101

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

Shades of Gurkha #958C65

Tints of Gurkha #958C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.9%

R = 38.21%
G = 35.9%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#958C65 (or 0x958C65) is known color: Gurkha. HEX triplet: 95, 8C and 65. RGB value is (149,140,101). Sum of RGB (Red+Green+Blue) = 149+140+101=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #958C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C65 is #6A739A. Grayscale: #8A8A8A. Windows color (decimal): -6976411 or 6655125. OLE color: 6655125.

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

Color convert

RGB 149 140 101 -
CMYK 0 0.06 0.32 0.42
HSL 48.75º 0.19% 0.49% -
HSV(B) 48.75º 0.32% 0.58% -
XYZ 24.12 26.09 16.08 -
YUV 138.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 149 140 101 0 0.06 0.32 0.42 48.75 0.19 0.49
Hex 95 8C 65 0 6 20 2A 31 13 31
Octal 225 214 145 0 6 40 52 61 23 61
Binary 10010101 10001100 1100101 0 110 100000 101010 110001 10011 110001

Color Harmonies of #958C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C65

Black with #958C65

Text Example


Text Example

White with #958C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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