Html Css Color HEX #938E68 Gurkha

📋 copy color: '#938E68'

red 147 ◦ green 142 ◦ blue 104

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

Shades of Gurkha #938E68

Tints of Gurkha #938E68

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.13%

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

R = 37.4%
G = 36.13%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#938E68 (or 0x938E68) is known color: Gurkha. HEX triplet: 93, 8E and 68. RGB value is (147,142,104). Sum of RGB (Red+Green+Blue) = 147+142+104=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #938E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E68 is #6C7197. Grayscale: #8B8B8B. Windows color (decimal): -7106968 or 6852243. OLE color: 6852243.

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

Color convert

RGB 147 142 104 -
CMYK 0 0.03 0.29 0.42
HSL 53.02º 0.17% 0.49% -
HSV(B) 53.02º 0.29% 0.58% -
XYZ 24.2 26.55 16.95 -
YUV 139.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 147 142 104 0 0.03 0.29 0.42 53.02 0.17 0.49
Hex 93 8E 68 0 3 1D 2A 35 11 31
Octal 223 216 150 0 3 35 52 65 21 61
Binary 10010011 10001110 1101000 0 11 11101 101010 110101 10001 110001

Color Harmonies of #938E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E68

Black with #938E68

Text Example


Text Example

White with #938E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,142,104); }

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

background-color css

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

 a { background-color: rgb(147,142,104); }

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

border-color css

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

 span { border-color: rgb(147,142,104); }

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