Html Css Color HEX #938D66 Gurkha

📋 copy color: '#938D66'

red 147 ◦ green 141 ◦ blue 102

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

Shades of Gurkha #938D66

Tints of Gurkha #938D66

RGB

 RED value IS 147 (57.81% from 255) = 37.69%

 GREEN value IS 141 (55.47% from 255) = 36.15%

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 37.69%
G = 36.15%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#938D66 (or 0x938D66) is known color: Gurkha. HEX triplet: 93, 8D and 66. RGB value is (147,141,102). Sum of RGB (Red+Green+Blue) = 147+141+102=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #938D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D66 is #6C7299. Grayscale: #8A8A8A. Windows color (decimal): -7107226 or 6720915. OLE color: 6720915.

HSL color Cylindrical-coordinate representation of color #938D66: hue angle of 52º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #938D66 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 141 102 -
CMYK 0 0.04 0.31 0.42
HSL 52º 0.18% 0.49% -
HSV(B) 52º 0.31% 0.58% -
XYZ 23.96 26.21 16.37 -
YUV 138.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 147 141 102 0 0.04 0.31 0.42 52 0.18 0.49
Hex 93 8D 66 0 4 1F 2A 34 12 31
Octal 223 215 146 0 4 37 52 64 22 61
Binary 10010011 10001101 1100110 0 100 11111 101010 110100 10010 110001

Color Harmonies of #938D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D66

Black with #938D66

Text Example


Text Example

White with #938D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938D66; }

 p { color: rgb(147,141,102); }

 H1.HeaderClassName
 {
   color: #938D66;
 }
 .AnyTagClassName
 {
   color: #938D66;
 }
</style>

background-color css

<style>
 a { background-color: #938D66; }

 a { background-color: rgb(147,141,102); }

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

border-color css

<style>
 span { border-color: #938D66; }

 span { border-color: rgb(147,141,102); }

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