Html Css Color HEX #937065 Dark Chestnut

📋 copy color: '#937065'

red 147 ◦ green 112 ◦ blue 101

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

Shades of Dark Chestnut #937065

Tints of Dark Chestnut #937065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.11%

 BLUE value IS 101 (39.84% from 255) = 28.06%

R = 40.83%
G = 31.11%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#937065 (or 0x937065) is known color: Dark Chestnut. HEX triplet: 93, 70 and 65. RGB value is (147,112,101). Sum of RGB (Red+Green+Blue) = 147+112+101=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #937065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937065 is #6C8F9A. Grayscale: #797979. Windows color (decimal): -7114651 or 6647955. OLE color: 6647955.

HSL color Cylindrical-coordinate representation of color #937065: hue angle of 14.35º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #937065 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 112 101 -
CMYK 0 0.24 0.31 0.42
HSL 14.35º 0.19% 0.49% -
HSV(B) 14.35º 0.31% 0.58% -
XYZ 20.18 18.73 14.86 -
YUV 121.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 147 112 101 0 0.24 0.31 0.42 14.35 0.19 0.49
Hex 93 70 65 0 18 1F 2A E 13 31
Octal 223 160 145 0 30 37 52 16 23 61
Binary 10010011 1110000 1100101 0 11000 11111 101010 1110 10011 110001

Color Harmonies of #937065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937065

Black with #937065

Text Example


Text Example

White with #937065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937065; }

 p { color: rgb(147,112,101); }

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

background-color css

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

 a { background-color: rgb(147,112,101); }

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

border-color css

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

 span { border-color: rgb(147,112,101); }

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