Html Css Color HEX #9C9466 Gurkha

📋 copy color: '#9C9466'

red 156 ◦ green 148 ◦ blue 102

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

Shades of Gurkha #9C9466

Tints of Gurkha #9C9466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.12%

R = 38.42%
G = 36.45%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C9466 (or 0x9C9466) is known color: Gurkha. HEX triplet: 9C, 94 and 66. RGB value is (156,148,102). Sum of RGB (Red+Green+Blue) = 156+148+102=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9466 is #636B99. Grayscale: #919191. Windows color (decimal): -6515610 or 6722716. OLE color: 6722716.

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

Color convert

RGB 156 148 102 -
CMYK 0 0.05 0.35 0.39
HSL 51.11º 0.21% 0.51% -
HSV(B) 51.11º 0.35% 0.61% -
XYZ 26.7 29.21 16.8 -
YUV 145.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 156 148 102 0 0.05 0.35 0.39 51.11 0.21 0.51
Hex 9C 94 66 0 5 23 27 33 15 33
Octal 234 224 146 0 5 43 47 63 25 63
Binary 10011100 10010100 1100110 0 101 100011 100111 110011 10101 110011

Color Harmonies of #9C9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9466

Black with #9C9466

Text Example


Text Example

White with #9C9466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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