Html Css Color HEX #938E65 Gurkha

📋 copy color: '#938E65'

red 147 ◦ green 142 ◦ blue 101

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

Shades of Gurkha #938E65

Tints of Gurkha #938E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.9%

R = 37.69%
G = 36.41%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#938E65 (or 0x938E65) is known color: Gurkha. HEX triplet: 93, 8E and 65. RGB value is (147,142,101). Sum of RGB (Red+Green+Blue) = 147+142+101=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #938E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E65 is #6C719A. Grayscale: #8A8A8A. Windows color (decimal): -7106971 or 6655635. OLE color: 6655635.

HSL color Cylindrical-coordinate representation of color #938E65: hue angle of 53.48º degrees, saturation: 0.19, 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 #938E65 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 142 101 -
CMYK 0 0.03 0.31 0.42
HSL 53.48º 0.19% 0.49% -
HSV(B) 53.48º 0.31% 0.58% -
XYZ 24.05 26.49 16.16 -
YUV 138.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 147 142 101 0 0.03 0.31 0.42 53.48 0.19 0.49
Hex 93 8E 65 0 3 1F 2A 35 13 31
Octal 223 216 145 0 3 37 52 65 23 61
Binary 10010011 10001110 1100101 0 11 11111 101010 110101 10011 110001

Color Harmonies of #938E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E65

Black with #938E65

Text Example


Text Example

White with #938E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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