Html Css Color HEX #9D945E Gurkha

📋 copy color: '#9D945E'

red 157 ◦ green 148 ◦ blue 94

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

Shades of Gurkha #9D945E

Tints of Gurkha #9D945E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 39.35%
G = 37.09%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D945E (or 0x9D945E) is known color: Gurkha. HEX triplet: 9D, 94 and 5E. RGB value is (157,148,94). Sum of RGB (Red+Green+Blue) = 157+148+94=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D945E is #626BA1. Grayscale: #909090. Windows color (decimal): -6450082 or 6198429. OLE color: 6198429.

HSL color Cylindrical-coordinate representation of color #9D945E: hue angle of 51.43º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D945E is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 148 94 -
CMYK 0 0.06 0.40 0.38
HSL 51.43º 0.25% 0.49% -
HSV(B) 51.43º 0.4% 0.62% -
XYZ 26.51 29.16 14.82 -
YUV 144.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 157 148 94 0 0.06 0.40 0.38 51.43 0.25 0.49
Hex 9D 94 5E 0 6 28 26 33 19 31
Octal 235 224 136 0 6 50 46 63 31 61
Binary 10011101 10010100 1011110 0 110 101000 100110 110011 11001 110001

Color Harmonies of #9D945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D945E

Black with #9D945E

Text Example


Text Example

White with #9D945E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,148,94); }

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

background-color css

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

 a { background-color: rgb(157,148,94); }

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

border-color css

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

 span { border-color: rgb(157,148,94); }

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