Html Css Color HEX #946C61 Dark Chestnut

📋 copy color: '#946C61'

red 148 ◦ green 108 ◦ blue 97

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

Shades of Dark Chestnut #946C61

Tints of Dark Chestnut #946C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.48%

R = 41.93%
G = 30.59%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#946C61 (or 0x946C61) is known color: Dark Chestnut. HEX triplet: 94, 6C and 61. RGB value is (148,108,97). Sum of RGB (Red+Green+Blue) = 148+108+97=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #946C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C61 is #6B939E. Grayscale: #767676. Windows color (decimal): -7050143 or 6384788. OLE color: 6384788.

HSL color Cylindrical-coordinate representation of color #946C61: hue angle of 12.94º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946C61 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 108 97 -
CMYK 0 0.27 0.34 0.42
HSL 12.94º 0.21% 0.48% -
HSV(B) 12.94º 0.34% 0.58% -
XYZ 19.73 17.88 13.72 -
YUV 118.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 148 108 97 0 0.27 0.34 0.42 12.94 0.21 0.48
Hex 94 6C 61 0 1B 22 2A D 15 30
Octal 224 154 141 0 33 42 52 15 25 60
Binary 10010100 1101100 1100001 0 11011 100010 101010 1101 10101 110000

Color Harmonies of #946C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946C61

Black with #946C61

Text Example


Text Example

White with #946C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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