Html Css Color HEX #9D9267 Gurkha

📋 copy color: '#9D9267'

red 157 ◦ green 146 ◦ blue 103

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

Shades of Gurkha #9D9267

Tints of Gurkha #9D9267

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

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

R = 38.67%
G = 35.96%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D9267 (or 0x9D9267) is known color: Gurkha. HEX triplet: 9D, 92 and 67. RGB value is (157,146,103). Sum of RGB (Red+Green+Blue) = 157+146+103=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9267 is #626D98. Grayscale: #909090. Windows color (decimal): -6450585 or 6787741. OLE color: 6787741.

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

Color convert

RGB 157 146 103 -
CMYK 0 0.07 0.34 0.38
HSL 47.78º 0.22% 0.51% -
HSV(B) 47.78º 0.34% 0.62% -
XYZ 26.63 28.71 16.97 -
YUV 144.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 157 146 103 0 0.07 0.34 0.38 47.78 0.22 0.51
Hex 9D 92 67 0 7 22 26 30 16 33
Octal 235 222 147 0 7 42 46 60 26 63
Binary 10011101 10010010 1100111 0 111 100010 100110 110000 10110 110011

Color Harmonies of #9D9267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9267

Black with #9D9267

Text Example


Text Example

White with #9D9267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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