Html Css Color HEX #9C9874 Gurkha

📋 copy color: '#9C9874'

red 156 ◦ green 152 ◦ blue 116

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

Shades of Gurkha #9C9874

Tints of Gurkha #9C9874

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.85%

 BLUE value IS 116 (45.7% from 255) = 27.36%

R = 36.79%
G = 35.85%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C9874 (or 0x9C9874) is known color: Gurkha. HEX triplet: 9C, 98 and 74. RGB value is (156,152,116). Sum of RGB (Red+Green+Blue) = 156+152+116=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9874 is #63678B. Grayscale: #959595. Windows color (decimal): -6514572 or 7641244. OLE color: 7641244.

HSL color Cylindrical-coordinate representation of color #9C9874: hue angle of 54º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C9874 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 152 116 -
CMYK 0 0.03 0.26 0.39
HSL 54º 0.17% 0.53% -
HSV(B) 54º 0.26% 0.61% -
XYZ 28.09 30.79 20.98 -
YUV 149.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 156 152 116 0 0.03 0.26 0.39 54 0.17 0.53
Hex 9C 98 74 0 3 1A 27 36 11 35
Octal 234 230 164 0 3 32 47 66 21 65
Binary 10011100 10011000 1110100 0 11 11010 100111 110110 10001 110101

Color Harmonies of #9C9874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9874

Black with #9C9874

Text Example


Text Example

White with #9C9874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,152,116); }

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

background-color css

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

 a { background-color: rgb(156,152,116); }

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

border-color css

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

 span { border-color: rgb(156,152,116); }

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