Html Css Color HEX #93896C Gurkha

📋 copy color: '#93896C'

red 147 ◦ green 137 ◦ blue 108

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

Shades of Gurkha #93896C

Tints of Gurkha #93896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.95%

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 37.5%
G = 34.95%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#93896C (or 0x93896C) is known color: Gurkha. HEX triplet: 93, 89 and 6C. RGB value is (147,137,108). Sum of RGB (Red+Green+Blue) = 147+137+108=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #93896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93896C is #6C7693. Grayscale: #888888. Windows color (decimal): -7108244 or 7113107. OLE color: 7113107.

HSL color Cylindrical-coordinate representation of color #93896C: hue angle of 44.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93896C is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 137 108 -
CMYK 0 0.07 0.27 0.42
HSL 44.62º 0.15% 0.5% -
HSV(B) 44.62º 0.27% 0.58% -
XYZ 23.69 25.18 17.8 -
YUV 136.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 147 137 108 0 0.07 0.27 0.42 44.62 0.15 0.5
Hex 93 89 6C 0 7 1B 2A 2D F 32
Octal 223 211 154 0 7 33 52 55 17 62
Binary 10010011 10001001 1101100 0 111 11011 101010 101101 1111 110010

Color Harmonies of #93896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93896C

Black with #93896C

Text Example


Text Example

White with #93896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93896C; }

 p { color: rgb(147,137,108); }

 H1.HeaderClassName
 {
   color: #93896C;
 }
 .AnyTagClassName
 {
   color: #93896C;
 }
</style>

background-color css

<style>
 a { background-color: #93896C; }

 a { background-color: rgb(147,137,108); }

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

border-color css

<style>
 span { border-color: #93896C; }

 span { border-color: rgb(147,137,108); }

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