Html Css Color HEX #9C9259 Gurkha

📋 copy color: '#9C9259'

red 156 ◦ green 146 ◦ blue 89

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

Shades of Gurkha #9C9259

Tints of Gurkha #9C9259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.34%

 BLUE value IS 89 (35.16% from 255) = 22.76%

R = 39.9%
G = 37.34%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9C9259 (or 0x9C9259) is known color: Gurkha. HEX triplet: 9C, 92 and 59. RGB value is (156,146,89). Sum of RGB (Red+Green+Blue) = 156+146+89=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9259 is #636DA6. Grayscale: #8E8E8E. Windows color (decimal): -6516135 or 5870236. OLE color: 5870236.

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

Color convert

RGB 156 146 89 -
CMYK 0 0.06 0.43 0.39
HSL 51.04º 0.27% 0.48% -
HSV(B) 51.04º 0.43% 0.61% -
XYZ 25.79 28.35 13.56 -
YUV 142.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 156 146 89 0 0.06 0.43 0.39 51.04 0.27 0.48
Hex 9C 92 59 0 6 2B 27 33 1B 30
Octal 234 222 131 0 6 53 47 63 33 60
Binary 10011100 10010010 1011001 0 110 101011 100111 110011 11011 110000

Color Harmonies of #9C9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9259

Black with #9C9259

Text Example


Text Example

White with #9C9259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,146,89); }

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

background-color css

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

 a { background-color: rgb(156,146,89); }

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

border-color css

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

 span { border-color: rgb(156,146,89); }

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