Html Css Color HEX #9D916E Gurkha

📋 copy color: '#9D916E'

red 157 ◦ green 145 ◦ blue 110

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

Shades of Gurkha #9D916E

Tints of Gurkha #9D916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.19%

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

R = 38.11%
G = 35.19%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9D916E (or 0x9D916E) is known color: Gurkha. HEX triplet: 9D, 91 and 6E. RGB value is (157,145,110). Sum of RGB (Red+Green+Blue) = 157+145+110=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D916E is #626E91. Grayscale: #909090. Windows color (decimal): -6450834 or 7246237. OLE color: 7246237.

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

Color convert

RGB 157 145 110 -
CMYK 0 0.08 0.30 0.38
HSL 44.68º 0.19% 0.52% -
HSV(B) 44.68º 0.3% 0.62% -
XYZ 26.84 28.54 18.85 -
YUV 144.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 157 145 110 0 0.08 0.30 0.38 44.68 0.19 0.52
Hex 9D 91 6E 0 8 1E 26 2D 13 34
Octal 235 221 156 0 10 36 46 55 23 64
Binary 10011101 10010001 1101110 0 1000 11110 100110 101101 10011 110100

Color Harmonies of #9D916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D916E

Black with #9D916E

Text Example


Text Example

White with #9D916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,145,110); }

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

background-color css

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

 a { background-color: rgb(157,145,110); }

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

border-color css

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

 span { border-color: rgb(157,145,110); }

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