Html Css Color HEX #9D9269 Gurkha

📋 copy color: '#9D9269'

red 157 ◦ green 146 ◦ blue 105

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

Shades of Gurkha #9D9269

Tints of Gurkha #9D9269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 38.48%
G = 35.78%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9D9269 (or 0x9D9269) is known color: Gurkha. HEX triplet: 9D, 92 and 69. RGB value is (157,146,105). Sum of RGB (Red+Green+Blue) = 157+146+105=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9269 is #626D96. Grayscale: #909090. Windows color (decimal): -6450583 or 6918813. OLE color: 6918813.

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

Color convert

RGB 157 146 105 -
CMYK 0 0.07 0.33 0.38
HSL 47.31º 0.21% 0.51% -
HSV(B) 47.31º 0.33% 0.62% -
XYZ 26.73 28.75 17.5 -
YUV 144.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 157 146 105 0 0.07 0.33 0.38 47.31 0.21 0.51
Hex 9D 92 69 0 7 21 26 2F 15 33
Octal 235 222 151 0 7 41 46 57 25 63
Binary 10011101 10010010 1101001 0 111 100001 100110 101111 10101 110011

Color Harmonies of #9D9269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9269

Black with #9D9269

Text Example


Text Example

White with #9D9269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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