Html Css Color HEX #9C946E Gurkha

📋 copy color: '#9C946E'

red 156 ◦ green 148 ◦ blue 110

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

Shades of Gurkha #9C946E

Tints of Gurkha #9C946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.75%

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 37.68%
G = 35.75%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C946E (or 0x9C946E) is known color: Gurkha. HEX triplet: 9C, 94 and 6E. RGB value is (156,148,110). Sum of RGB (Red+Green+Blue) = 156+148+110=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C946E is #636B91. Grayscale: #929292. Windows color (decimal): -6515602 or 7247004. OLE color: 7247004.

HSL color Cylindrical-coordinate representation of color #9C946E: hue angle of 49.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C946E is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 148 110 -
CMYK 0 0.05 0.29 0.39
HSL 49.57º 0.19% 0.52% -
HSV(B) 49.57º 0.29% 0.61% -
XYZ 27.11 29.37 18.99 -
YUV 146.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 156 148 110 0 0.05 0.29 0.39 49.57 0.19 0.52
Hex 9C 94 6E 0 5 1D 27 32 13 34
Octal 234 224 156 0 5 35 47 62 23 64
Binary 10011100 10010100 1101110 0 101 11101 100111 110010 10011 110100

Color Harmonies of #9C946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C946E

Black with #9C946E

Text Example


Text Example

White with #9C946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,148,110); }

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

background-color css

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

 a { background-color: rgb(156,148,110); }

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

border-color css

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

 span { border-color: rgb(156,148,110); }

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