Html Css Color HEX #946E66 Dark Chestnut

📋 copy color: '#946E66'

red 148 ◦ green 110 ◦ blue 102

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

Shades of Dark Chestnut #946E66

Tints of Dark Chestnut #946E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 41.11%
G = 30.56%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#946E66 (or 0x946E66) is known color: Dark Chestnut. HEX triplet: 94, 6E and 66. RGB value is (148,110,102). Sum of RGB (Red+Green+Blue) = 148+110+102=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #946E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E66 is #6B9199. Grayscale: #787878. Windows color (decimal): -7049626 or 6712980. OLE color: 6712980.

HSL color Cylindrical-coordinate representation of color #946E66: hue angle of 10.43º degrees, saturation: 0.18, 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 #946E66 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 102 -
CMYK 0 0.26 0.31 0.42
HSL 10.43º 0.18% 0.49% -
HSV(B) 10.43º 0.31% 0.58% -
XYZ 20.19 18.41 15.06 -
YUV 120.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 148 110 102 0 0.26 0.31 0.42 10.43 0.18 0.49
Hex 94 6E 66 0 1A 1F 2A A 12 31
Octal 224 156 146 0 32 37 52 12 22 61
Binary 10010100 1101110 1100110 0 11010 11111 101010 1010 10010 110001

Color Harmonies of #946E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E66

Black with #946E66

Text Example


Text Example

White with #946E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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