Html Css Color HEX #938C69 Gurkha

📋 copy color: '#938C69'

red 147 ◦ green 140 ◦ blue 105

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

Shades of Gurkha #938C69

Tints of Gurkha #938C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.71%

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

R = 37.5%
G = 35.71%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#938C69 (or 0x938C69) is known color: Gurkha. HEX triplet: 93, 8C and 69. RGB value is (147,140,105). Sum of RGB (Red+Green+Blue) = 147+140+105=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #938C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C69 is #6C7396. Grayscale: #8A8A8A. Windows color (decimal): -7107479 or 6917267. OLE color: 6917267.

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

Color convert

RGB 147 140 105 -
CMYK 0 0.05 0.29 0.42
HSL 50º 0.17% 0.49% -
HSV(B) 50º 0.29% 0.58% -
XYZ 23.96 25.98 17.12 -
YUV 138.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 147 140 105 0 0.05 0.29 0.42 50 0.17 0.49
Hex 93 8C 69 0 5 1D 2A 32 11 31
Octal 223 214 151 0 5 35 52 62 21 61
Binary 10010011 10001100 1101001 0 101 11101 101010 110010 10001 110001

Color Harmonies of #938C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C69

Black with #938C69

Text Example


Text Example

White with #938C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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