Html Css Color HEX #938E69 Gurkha

📋 copy color: '#938E69'

red 147 ◦ green 142 ◦ blue 105

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

Shades of Gurkha #938E69

Tints of Gurkha #938E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.65%

R = 37.31%
G = 36.04%
B = 26.65%

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

#938E69 (or 0x938E69) is known color: Gurkha. HEX triplet: 93, 8E and 69. RGB value is (147,142,105). Sum of RGB (Red+Green+Blue) = 147+142+105=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #938E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E69 is #6C7196. Grayscale: #8B8B8B. Windows color (decimal): -7106967 or 6917779. OLE color: 6917779.

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

Color convert

RGB 147 142 105 -
CMYK 0 0.03 0.29 0.42
HSL 52.86º 0.17% 0.49% -
HSV(B) 52.86º 0.29% 0.58% -
XYZ 24.26 26.57 17.21 -
YUV 139.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 147 142 105 0 0.03 0.29 0.42 52.86 0.17 0.49
Hex 93 8E 69 0 3 1D 2A 35 11 31
Octal 223 216 151 0 3 35 52 65 21 61
Binary 10010011 10001110 1101001 0 11 11101 101010 110101 10001 110001

Color Harmonies of #938E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938E69

Black with #938E69

Text Example


Text Example

White with #938E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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