Html Css Color HEX #9D9268 Gurkha

📋 copy color: '#9D9268'

red 157 ◦ green 146 ◦ blue 104

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

Shades of Gurkha #9D9268

Tints of Gurkha #9D9268

RGB

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

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

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

R = 38.57%
G = 35.87%
B = 25.55%

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

#9D9268 (or 0x9D9268) is known color: Gurkha. HEX triplet: 9D, 92 and 68. RGB value is (157,146,104). Sum of RGB (Red+Green+Blue) = 157+146+104=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9268 is #626D97. Grayscale: #909090. Windows color (decimal): -6450584 or 6853277. OLE color: 6853277.

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

Color convert

RGB 157 146 104 -
CMYK 0 0.07 0.34 0.38
HSL 47.55º 0.21% 0.51% -
HSV(B) 47.55º 0.34% 0.62% -
XYZ 26.68 28.73 17.23 -
YUV 144.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 157 146 104 0 0.07 0.34 0.38 47.55 0.21 0.51
Hex 9D 92 68 0 7 22 26 30 15 33
Octal 235 222 150 0 7 42 46 60 25 63
Binary 10011101 10010010 1101000 0 111 100010 100110 110000 10101 110011

Color Harmonies of #9D9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9268

Black with #9D9268

Text Example


Text Example

White with #9D9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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