Html Css Color HEX #9D9666 Gurkha

📋 copy color: '#9D9666'

red 157 ◦ green 150 ◦ blue 102

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

Shades of Gurkha #9D9666

Tints of Gurkha #9D9666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 38.39%
G = 36.67%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9D9666 (or 0x9D9666) is known color: Gurkha. HEX triplet: 9D, 96 and 66. RGB value is (157,150,102). Sum of RGB (Red+Green+Blue) = 157+150+102=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9666 is #626999. Grayscale: #929292. Windows color (decimal): -6449562 or 6723229. OLE color: 6723229.

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

Color convert

RGB 157 150 102 -
CMYK 0 0.04 0.35 0.38
HSL 52.36º 0.22% 0.51% -
HSV(B) 52.36º 0.35% 0.62% -
XYZ 27.21 29.94 16.92 -
YUV 146.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 157 150 102 0 0.04 0.35 0.38 52.36 0.22 0.51
Hex 9D 96 66 0 4 23 26 34 16 33
Octal 235 226 146 0 4 43 46 64 26 63
Binary 10011101 10010110 1100110 0 100 100011 100110 110100 10110 110011

Color Harmonies of #9D9666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9666

Black with #9D9666

Text Example


Text Example

White with #9D9666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,150,102); }

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

background-color css

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

 a { background-color: rgb(157,150,102); }

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

border-color css

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

 span { border-color: rgb(157,150,102); }

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