Html Css Color HEX #9D9667 Gurkha

📋 copy color: '#9D9667'

red 157 ◦ green 150 ◦ blue 103

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

Shades of Gurkha #9D9667

Tints of Gurkha #9D9667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.12%

R = 38.29%
G = 36.59%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D9667 (or 0x9D9667) is known color: Gurkha. HEX triplet: 9D, 96 and 67. RGB value is (157,150,103). Sum of RGB (Red+Green+Blue) = 157+150+103=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9667 is #626998. Grayscale: #929292. Windows color (decimal): -6449561 or 6788765. OLE color: 6788765.

HSL color Cylindrical-coordinate representation of color #9D9667: hue angle of 52.22º degrees, saturation: 0.22, 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 #9D9667 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 150 103 -
CMYK 0 0.04 0.34 0.38
HSL 52.22º 0.22% 0.51% -
HSV(B) 52.22º 0.34% 0.62% -
XYZ 27.26 29.96 17.18 -
YUV 146.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 157 150 103 0 0.04 0.34 0.38 52.22 0.22 0.51
Hex 9D 96 67 0 4 22 26 34 16 33
Octal 235 226 147 0 4 42 46 64 26 63
Binary 10011101 10010110 1100111 0 100 100010 100110 110100 10110 110011

Color Harmonies of #9D9667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9667

Black with #9D9667

Text Example


Text Example

White with #9D9667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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