Html Css Color HEX #936E64 Dark Chestnut

📋 copy color: '#936E64'

red 147 ◦ green 110 ◦ blue 100

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

Shades of Dark Chestnut #936E64

Tints of Dark Chestnut #936E64

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.81%

 BLUE value IS 100 (39.45% from 255) = 28.01%

R = 41.18%
G = 30.81%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#936E64 (or 0x936E64) is known color: Dark Chestnut. HEX triplet: 93, 6E and 64. RGB value is (147,110,100). Sum of RGB (Red+Green+Blue) = 147+110+100=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #936E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E64 is #6C919B. Grayscale: #787878. Windows color (decimal): -7115164 or 6581907. OLE color: 6581907.

HSL color Cylindrical-coordinate representation of color #936E64: hue angle of 12.77º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #936E64 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 110 100 -
CMYK 0 0.25 0.32 0.42
HSL 12.77º 0.19% 0.48% -
HSV(B) 12.77º 0.32% 0.58% -
XYZ 19.91 18.28 14.53 -
YUV 119.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 147 110 100 0 0.25 0.32 0.42 12.77 0.19 0.48
Hex 93 6E 64 0 19 20 2A D 13 30
Octal 223 156 144 0 31 40 52 15 23 60
Binary 10010011 1101110 1100100 0 11001 100000 101010 1101 10011 110000

Color Harmonies of #936E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936E64

Black with #936E64

Text Example


Text Example

White with #936E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936E64; }

 p { color: rgb(147,110,100); }

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

background-color css

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

 a { background-color: rgb(147,110,100); }

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

border-color css

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

 span { border-color: rgb(147,110,100); }

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