Html Css Color HEX #946459 Dark Chestnut

📋 copy color: '#946459'

red 148 ◦ green 100 ◦ blue 89

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

Shades of Dark Chestnut #946459

Tints of Dark Chestnut #946459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 89 (35.16% from 255) = 26.41%

R = 43.92%
G = 29.67%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#946459 (or 0x946459) is known color: Dark Chestnut. HEX triplet: 94, 64 and 59. RGB value is (148,100,89). Sum of RGB (Red+Green+Blue) = 148+100+89=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #946459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946459 is #6B9BA6. Grayscale: #717171. Windows color (decimal): -7052199 or 5858452. OLE color: 5858452.

HSL color Cylindrical-coordinate representation of color #946459: hue angle of 11.19º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #946459 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 89 -
CMYK 0 0.32 0.40 0.42
HSL 11.19º 0.25% 0.46% -
HSV(B) 11.19º 0.4% 0.58% -
XYZ 18.57 16.13 11.59 -
YUV 113.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 148 100 89 0 0.32 0.40 0.42 11.19 0.25 0.46
Hex 94 64 59 0 20 28 2A B 19 2E
Octal 224 144 131 0 40 50 52 13 31 56
Binary 10010100 1100100 1011001 0 100000 101000 101010 1011 11001 101110

Color Harmonies of #946459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946459

Black with #946459

Text Example


Text Example

White with #946459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946459; }

 p { color: rgb(148,100,89); }

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

background-color css

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

 a { background-color: rgb(148,100,89); }

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

border-color css

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

 span { border-color: rgb(148,100,89); }

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