Html Css Color HEX #9C9358 Gurkha

📋 copy color: '#9C9358'

red 156 ◦ green 147 ◦ blue 88

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

Shades of Gurkha #9C9358

Tints of Gurkha #9C9358

RGB

 RED value IS 156 (61.33% from 255) = 39.9%

 GREEN value IS 147 (57.81% from 255) = 37.6%

 BLUE value IS 88 (34.77% from 255) = 22.51%

R = 39.9%
G = 37.6%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C9358 (or 0x9C9358) is known color: Gurkha. HEX triplet: 9C, 93 and 58. RGB value is (156,147,88). Sum of RGB (Red+Green+Blue) = 156+147+88=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9358 is #636CA7. Grayscale: #8F8F8F. Windows color (decimal): -6515880 or 5804956. OLE color: 5804956.

HSL color Cylindrical-coordinate representation of color #9C9358: hue angle of 52.06º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C9358 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 147 88 -
CMYK 0 0.06 0.44 0.39
HSL 52.06º 0.28% 0.48% -
HSV(B) 52.06º 0.44% 0.61% -
XYZ 25.91 28.64 13.4 -
YUV 142.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 156 147 88 0 0.06 0.44 0.39 52.06 0.28 0.48
Hex 9C 93 58 0 6 2C 27 34 1C 30
Octal 234 223 130 0 6 54 47 64 34 60
Binary 10011100 10010011 1011000 0 110 101100 100111 110100 11100 110000

Color Harmonies of #9C9358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9358

Black with #9C9358

Text Example


Text Example

White with #9C9358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C9358; }

 p { color: rgb(156,147,88); }

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

background-color css

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

 a { background-color: rgb(156,147,88); }

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

border-color css

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

 span { border-color: rgb(156,147,88); }

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