Html Css Color HEX #946C66 Dark Chestnut

📋 copy color: '#946C66'

red 148 ◦ green 108 ◦ blue 102

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

Shades of Dark Chestnut #946C66

Tints of Dark Chestnut #946C66

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

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

R = 41.34%
G = 30.17%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#946C66 (or 0x946C66) is known color: Dark Chestnut. HEX triplet: 94, 6C and 66. RGB value is (148,108,102). Sum of RGB (Red+Green+Blue) = 148+108+102=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #946C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C66 is #6B9399. Grayscale: #777777. Windows color (decimal): -7050138 or 6712468. OLE color: 6712468.

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

Color convert

RGB 148 108 102 -
CMYK 0 0.27 0.31 0.42
HSL 7.83º 0.18% 0.49% -
HSV(B) 7.83º 0.31% 0.58% -
XYZ 19.97 17.98 14.99 -
YUV 119.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 148 108 102 0 0.27 0.31 0.42 7.83 0.18 0.49
Hex 94 6C 66 0 1B 1F 2A 8 12 31
Octal 224 154 146 0 33 37 52 10 22 61
Binary 10010100 1101100 1100110 0 11011 11111 101010 1000 10010 110001

Color Harmonies of #946C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C66

Black with #946C66

Text Example


Text Example

White with #946C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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