Html Css Color HEX #946860 Dark Chestnut

📋 copy color: '#946860'

red 148 ◦ green 104 ◦ blue 96

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

Shades of Dark Chestnut #946860

Tints of Dark Chestnut #946860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

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

R = 42.53%
G = 29.89%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#946860 (or 0x946860) is known color: Dark Chestnut. HEX triplet: 94, 68 and 60. RGB value is (148,104,96). Sum of RGB (Red+Green+Blue) = 148+104+96=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #946860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946860 is #6B979F. Grayscale: #747474. Windows color (decimal): -7051168 or 6318228. OLE color: 6318228.

HSL color Cylindrical-coordinate representation of color #946860: hue angle of 9.23º 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 #946860 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 104 96 -
CMYK 0 0.30 0.35 0.42
HSL 9.23º 0.21% 0.48% -
HSV(B) 9.23º 0.35% 0.58% -
XYZ 19.27 17.04 13.34 -
YUV 116.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 148 104 96 0 0.30 0.35 0.42 9.23 0.21 0.48
Hex 94 68 60 0 1E 23 2A 9 15 30
Octal 224 150 140 0 36 43 52 11 25 60
Binary 10010100 1101000 1100000 0 11110 100011 101010 1001 10101 110000

Color Harmonies of #946860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946860

Black with #946860

Text Example


Text Example

White with #946860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946860; }

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

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

background-color css

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

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

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

border-color css

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

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

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