Html Css Color HEX #937168 Dark Chestnut

📋 copy color: '#937168'

red 147 ◦ green 113 ◦ blue 104

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

Shades of Dark Chestnut #937168

Tints of Dark Chestnut #937168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.04%

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

R = 40.38%
G = 31.04%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#937168 (or 0x937168) is known color: Dark Chestnut. HEX triplet: 93, 71 and 68. RGB value is (147,113,104). Sum of RGB (Red+Green+Blue) = 147+113+104=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #937168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937168 is #6C8E97. Grayscale: #7A7A7A. Windows color (decimal): -7114392 or 6844819. OLE color: 6844819.

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

Color convert

RGB 147 113 104 -
CMYK 0 0.23 0.29 0.42
HSL 12.56º 0.17% 0.49% -
HSV(B) 12.56º 0.29% 0.58% -
XYZ 20.44 19.01 15.69 -
YUV 122.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 147 113 104 0 0.23 0.29 0.42 12.56 0.17 0.49
Hex 93 71 68 0 17 1D 2A D 11 31
Octal 223 161 150 0 27 35 52 15 21 61
Binary 10010011 1110001 1101000 0 10111 11101 101010 1101 10001 110001

Color Harmonies of #937168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937168

Black with #937168

Text Example


Text Example

White with #937168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937168; }

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

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

background-color css

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

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

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

border-color css

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

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

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