Html Css Color HEX #9D936C Gurkha

📋 copy color: '#9D936C'

red 157 ◦ green 147 ◦ blue 108

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

Shades of Gurkha #9D936C

Tints of Gurkha #9D936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

 BLUE value IS 108 (42.58% from 255) = 26.21%

R = 38.11%
G = 35.68%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9D936C (or 0x9D936C) is known color: Gurkha. HEX triplet: 9D, 93 and 6C. RGB value is (157,147,108). Sum of RGB (Red+Green+Blue) = 157+147+108=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D936C is #626C93. Grayscale: #919191. Windows color (decimal): -6450324 or 7115677. OLE color: 7115677.

HSL color Cylindrical-coordinate representation of color #9D936C: hue angle of 47.76º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D936C is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 147 108 -
CMYK 0 0.06 0.31 0.38
HSL 47.76º 0.2% 0.52% -
HSV(B) 47.76º 0.31% 0.62% -
XYZ 27.05 29.12 18.38 -
YUV 145.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 157 147 108 0 0.06 0.31 0.38 47.76 0.2 0.52
Hex 9D 93 6C 0 6 1F 26 30 14 34
Octal 235 223 154 0 6 37 46 60 24 64
Binary 10011101 10010011 1101100 0 110 11111 100110 110000 10100 110100

Color Harmonies of #9D936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D936C

Black with #9D936C

Text Example


Text Example

White with #9D936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,147,108); }

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

background-color css

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

 a { background-color: rgb(157,147,108); }

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

border-color css

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

 span { border-color: rgb(157,147,108); }

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