Html Css Color HEX #9D9570 Gurkha

📋 copy color: '#9D9570'

red 157 ◦ green 149 ◦ blue 112

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

Shades of Gurkha #9D9570

Tints of Gurkha #9D9570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.65%

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 37.56%
G = 35.65%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D9570 (or 0x9D9570) is known color: Gurkha. HEX triplet: 9D, 95 and 70. RGB value is (157,149,112). Sum of RGB (Red+Green+Blue) = 157+149+112=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9570 is #626A8F. Grayscale: #939393. Windows color (decimal): -6449808 or 7378333. OLE color: 7378333.

HSL color Cylindrical-coordinate representation of color #9D9570: hue angle of 49.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D9570 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 149 112 -
CMYK 0 0.05 0.29 0.38
HSL 49.33º 0.19% 0.53% -
HSV(B) 49.33º 0.29% 0.62% -
XYZ 27.58 29.83 19.63 -
YUV 147.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 157 149 112 0 0.05 0.29 0.38 49.33 0.19 0.53
Hex 9D 95 70 0 5 1D 26 31 13 35
Octal 235 225 160 0 5 35 46 61 23 65
Binary 10011101 10010101 1110000 0 101 11101 100110 110001 10011 110101

Color Harmonies of #9D9570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9570

Black with #9D9570

Text Example


Text Example

White with #9D9570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,149,112); }

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

background-color css

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

 a { background-color: rgb(157,149,112); }

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

border-color css

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

 span { border-color: rgb(157,149,112); }

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