Html Css Color HEX #93665C Dark Chestnut

📋 copy color: '#93665C'

red 147 ◦ green 102 ◦ blue 92

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

Shades of Dark Chestnut #93665C

Tints of Dark Chestnut #93665C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 43.11%
G = 29.91%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93665C (or 0x93665C) is known color: Dark Chestnut. HEX triplet: 93, 66 and 5C. RGB value is (147,102,92). Sum of RGB (Red+Green+Blue) = 147+102+92=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93665C is #6C99A3. Grayscale: #727272. Windows color (decimal): -7117220 or 6055571. OLE color: 6055571.

HSL color Cylindrical-coordinate representation of color #93665C: hue angle of 10.91º 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 #93665C is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 102 92 -
CMYK 0 0.31 0.37 0.42
HSL 10.91º 0.23% 0.47% -
HSV(B) 10.91º 0.37% 0.58% -
XYZ 18.72 16.48 12.32 -
YUV 114.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 147 102 92 0 0.31 0.37 0.42 10.91 0.23 0.47
Hex 93 66 5C 0 1F 25 2A B 17 2F
Octal 223 146 134 0 37 45 52 13 27 57
Binary 10010011 1100110 1011100 0 11111 100101 101010 1011 10111 101111

Color Harmonies of #93665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93665C

Black with #93665C

Text Example


Text Example

White with #93665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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