Html Css Color HEX #946E64 Dark Chestnut

📋 copy color: '#946E64'

red 148 ◦ green 110 ◦ blue 100

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

Shades of Dark Chestnut #946E64

Tints of Dark Chestnut #946E64

RGB

 RED value IS 148 (58.2% from 255) = 41.34%

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

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

R = 41.34%
G = 30.73%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#946E64 (or 0x946E64) is known color: Dark Chestnut. HEX triplet: 94, 6E and 64. RGB value is (148,110,100). Sum of RGB (Red+Green+Blue) = 148+110+100=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #946E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E64 is #6B919B. Grayscale: #787878. Windows color (decimal): -7049628 or 6581908. OLE color: 6581908.

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

Color convert

RGB 148 110 100 -
CMYK 0 0.26 0.32 0.42
HSL 12.5º 0.19% 0.49% -
HSV(B) 12.5º 0.32% 0.58% -
XYZ 20.09 18.37 14.54 -
YUV 120.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 148 110 100 0 0.26 0.32 0.42 12.5 0.19 0.49
Hex 94 6E 64 0 1A 20 2A C 13 31
Octal 224 156 144 0 32 40 52 14 23 61
Binary 10010100 1101110 1100100 0 11010 100000 101010 1100 10011 110001

Color Harmonies of #946E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E64

Black with #946E64

Text Example


Text Example

White with #946E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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