Html Css Color HEX #946560 Dark Chestnut

📋 copy color: '#946560'

red 148 ◦ green 101 ◦ blue 96

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

Shades of Dark Chestnut #946560

Tints of Dark Chestnut #946560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 42.9%
G = 29.28%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#946560 (or 0x946560) is known color: Dark Chestnut. HEX triplet: 94, 65 and 60. RGB value is (148,101,96). Sum of RGB (Red+Green+Blue) = 148+101+96=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #946560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946560 is #6B9A9F. Grayscale: #727272. Windows color (decimal): -7051936 or 6317460. OLE color: 6317460.

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

Color convert

RGB 148 101 96 -
CMYK 0 0.32 0.35 0.42
HSL 5.77º 0.21% 0.48% -
HSV(B) 5.77º 0.35% 0.58% -
XYZ 18.98 16.45 13.24 -
YUV 114.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 148 101 96 0 0.32 0.35 0.42 5.77 0.21 0.48
Hex 94 65 60 0 20 23 2A 6 15 30
Octal 224 145 140 0 40 43 52 6 25 60
Binary 10010100 1100101 1100000 0 100000 100011 101010 110 10101 110000

Color Harmonies of #946560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946560

Black with #946560

Text Example


Text Example

White with #946560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946560; }

 p { color: rgb(148,101,96); }

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

background-color css

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

 a { background-color: rgb(148,101,96); }

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

border-color css

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

 span { border-color: rgb(148,101,96); }

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