Html Css Color HEX #93685C Dark Chestnut

📋 copy color: '#93685C'

red 147 ◦ green 104 ◦ blue 92

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

Shades of Dark Chestnut #93685C

Tints of Dark Chestnut #93685C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.32%

 BLUE value IS 92 (36.33% from 255) = 26.82%

R = 42.86%
G = 30.32%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93685C (or 0x93685C) is known color: Dark Chestnut. HEX triplet: 93, 68 and 5C. RGB value is (147,104,92). Sum of RGB (Red+Green+Blue) = 147+104+92=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #93685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93685C is #6C97A3. Grayscale: #737373. Windows color (decimal): -7116708 or 6056083. OLE color: 6056083.

HSL color Cylindrical-coordinate representation of color #93685C: hue angle of 13.09º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93685C is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 104 92 -
CMYK 0 0.29 0.37 0.42
HSL 13.09º 0.23% 0.47% -
HSV(B) 13.09º 0.37% 0.58% -
XYZ 18.91 16.88 12.39 -
YUV 115.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 147 104 92 0 0.29 0.37 0.42 13.09 0.23 0.47
Hex 93 68 5C 0 1D 25 2A D 17 2F
Octal 223 150 134 0 35 45 52 15 27 57
Binary 10010011 1101000 1011100 0 11101 100101 101010 1101 10111 101111

Color Harmonies of #93685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93685C

Black with #93685C

Text Example


Text Example

White with #93685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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