Html Css Color HEX #9C926D Gurkha

📋 copy color: '#9C926D'

red 156 ◦ green 146 ◦ blue 109

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

Shades of Gurkha #9C926D

Tints of Gurkha #9C926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 37.96%
G = 35.52%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9C926D (or 0x9C926D) is known color: Gurkha. HEX triplet: 9C, 92 and 6D. RGB value is (156,146,109). Sum of RGB (Red+Green+Blue) = 156+146+109=411 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.96% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 156 - color contains mainly: red. Hex color #9C926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C926D is #636D92. Grayscale: #909090. Windows color (decimal): -6516115 or 7180956. OLE color: 7180956.

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

Color convert

RGB 156 146 109 -
CMYK 0 0.06 0.30 0.39
HSL 47.23º 0.19% 0.52% -
HSV(B) 47.23º 0.3% 0.61% -
XYZ 26.75 28.73 18.6 -
YUV 144.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 156 146 109 0 0.06 0.30 0.39 47.23 0.19 0.52
Hex 9C 92 6D 0 6 1E 27 2F 13 34
Octal 234 222 155 0 6 36 47 57 23 64
Binary 10011100 10010010 1101101 0 110 11110 100111 101111 10011 110100

Color Harmonies of #9C926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C926D

Black with #9C926D

Text Example


Text Example

White with #9C926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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