Html Css Color HEX #946A66 Dark Chestnut

📋 copy color: '#946A66'

red 148 ◦ green 106 ◦ blue 102

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

Shades of Dark Chestnut #946A66

Tints of Dark Chestnut #946A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.78%

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

R = 41.57%
G = 29.78%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#946A66 (or 0x946A66) is known color: Dark Chestnut. HEX triplet: 94, 6A and 66. RGB value is (148,106,102). Sum of RGB (Red+Green+Blue) = 148+106+102=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #946A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A66 is #6B9599. Grayscale: #767676. Windows color (decimal): -7050650 or 6711956. OLE color: 6711956.

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

Color convert

RGB 148 106 102 -
CMYK 0 0.28 0.31 0.42
HSL 5.22º 0.18% 0.49% -
HSV(B) 5.22º 0.31% 0.58% -
XYZ 19.77 17.56 14.92 -
YUV 118.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 148 106 102 0 0.28 0.31 0.42 5.22 0.18 0.49
Hex 94 6A 66 0 1C 1F 2A 5 12 31
Octal 224 152 146 0 34 37 52 5 22 61
Binary 10010100 1101010 1100110 0 11100 11111 101010 101 10010 110001

Color Harmonies of #946A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A66

Black with #946A66

Text Example


Text Example

White with #946A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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