Html Css Color HEX #9D9468 Gurkha

📋 copy color: '#9D9468'

red 157 ◦ green 148 ◦ blue 104

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

Shades of Gurkha #9D9468

Tints of Gurkha #9D9468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 38.39%
G = 36.19%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D9468 (or 0x9D9468) is known color: Gurkha. HEX triplet: 9D, 94 and 68. RGB value is (157,148,104). Sum of RGB (Red+Green+Blue) = 157+148+104=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9468 is #626B97. Grayscale: #919191. Windows color (decimal): -6450072 or 6853789. OLE color: 6853789.

HSL color Cylindrical-coordinate representation of color #9D9468: hue angle of 49.81º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D9468 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 148 104 -
CMYK 0 0.06 0.34 0.38
HSL 49.81º 0.21% 0.51% -
HSV(B) 49.81º 0.34% 0.62% -
XYZ 26.99 29.35 17.34 -
YUV 145.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 157 148 104 0 0.06 0.34 0.38 49.81 0.21 0.51
Hex 9D 94 68 0 6 22 26 32 15 33
Octal 235 224 150 0 6 42 46 62 25 63
Binary 10011101 10010100 1101000 0 110 100010 100110 110010 10101 110011

Color Harmonies of #9D9468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9468

Black with #9D9468

Text Example


Text Example

White with #9D9468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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