Html Css Color HEX #9D926C Gurkha

📋 copy color: '#9D926C'

red 157 ◦ green 146 ◦ blue 108

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

Shades of Gurkha #9D926C

Tints of Gurkha #9D926C

RGB

 RED value IS 157 (61.72% from 255) = 38.2%

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

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 38.2%
G = 35.52%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D926C (or 0x9D926C) is known color: Gurkha. HEX triplet: 9D, 92 and 6C. RGB value is (157,146,108). Sum of RGB (Red+Green+Blue) = 157+146+108=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D926C is #626D93. Grayscale: #919191. Windows color (decimal): -6450580 or 7115421. OLE color: 7115421.

HSL color Cylindrical-coordinate representation of color #9D926C: hue angle of 46.53º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D926C is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 146 108 -
CMYK 0 0.07 0.31 0.38
HSL 46.53º 0.2% 0.52% -
HSV(B) 46.53º 0.31% 0.62% -
XYZ 26.89 28.81 18.33 -
YUV 144.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 157 146 108 0 0.07 0.31 0.38 46.53 0.2 0.52
Hex 9D 92 6C 0 7 1F 26 2F 14 34
Octal 235 222 154 0 7 37 46 57 24 64
Binary 10011101 10010010 1101100 0 111 11111 100110 101111 10100 110100

Color Harmonies of #9D926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D926C

Black with #9D926C

Text Example


Text Example

White with #9D926C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,146,108); }

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

background-color css

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

 a { background-color: rgb(157,146,108); }

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

border-color css

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

 span { border-color: rgb(157,146,108); }

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