Html Css Color HEX #946A60 Dark Chestnut

📋 copy color: '#946A60'

red 148 ◦ green 106 ◦ blue 96

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

Shades of Dark Chestnut #946A60

Tints of Dark Chestnut #946A60

RGB

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

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

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

R = 42.29%
G = 30.29%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#946A60 (or 0x946A60) is known color: Dark Chestnut. HEX triplet: 94, 6A and 60. RGB value is (148,106,96). Sum of RGB (Red+Green+Blue) = 148+106+96=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #946A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A60 is #6B959F. Grayscale: #757575. Windows color (decimal): -7050656 or 6318740. OLE color: 6318740.

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

Color convert

RGB 148 106 96 -
CMYK 0 0.28 0.35 0.42
HSL 11.54º 0.21% 0.48% -
HSV(B) 11.54º 0.35% 0.58% -
XYZ 19.48 17.45 13.41 -
YUV 117.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 148 106 96 0 0.28 0.35 0.42 11.54 0.21 0.48
Hex 94 6A 60 0 1C 23 2A C 15 30
Octal 224 152 140 0 34 43 52 14 25 60
Binary 10010100 1101010 1100000 0 11100 100011 101010 1100 10101 110000

Color Harmonies of #946A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A60

Black with #946A60

Text Example


Text Example

White with #946A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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