Html Css Color HEX #9D9167 Gurkha

📋 copy color: '#9D9167'

red 157 ◦ green 145 ◦ blue 103

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

Shades of Gurkha #9D9167

Tints of Gurkha #9D9167

RGB

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

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

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

R = 38.77%
G = 35.8%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D9167 (or 0x9D9167) is known color: Gurkha. HEX triplet: 9D, 91 and 67. RGB value is (157,145,103). Sum of RGB (Red+Green+Blue) = 157+145+103=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9167 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9167 is #626E98. Grayscale: #8F8F8F. Windows color (decimal): -6450841 or 6787485. OLE color: 6787485.

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

Color convert

RGB 157 145 103 -
CMYK 0 0.08 0.34 0.38
HSL 46.67º 0.22% 0.51% -
HSV(B) 46.67º 0.34% 0.62% -
XYZ 26.48 28.4 16.92 -
YUV 143.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 157 145 103 0 0.08 0.34 0.38 46.67 0.22 0.51
Hex 9D 91 67 0 8 22 26 2F 16 33
Octal 235 221 147 0 10 42 46 57 26 63
Binary 10011101 10010001 1100111 0 1000 100010 100110 101111 10110 110011

Color Harmonies of #9D9167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9167

Black with #9D9167

Text Example


Text Example

White with #9D9167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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