Html Css Color HEX #946559 Dark Chestnut

📋 copy color: '#946559'

red 148 ◦ green 101 ◦ blue 89

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

Shades of Dark Chestnut #946559

Tints of Dark Chestnut #946559

RGB

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

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

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

R = 43.79%
G = 29.88%
B = 26.33%

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

#946559 (or 0x946559) is known color: Dark Chestnut. HEX triplet: 94, 65 and 59. RGB value is (148,101,89). Sum of RGB (Red+Green+Blue) = 148+101+89=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #946559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946559 is #6B9AA6. Grayscale: #717171. Windows color (decimal): -7051943 or 5858708. OLE color: 5858708.

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

Color convert

RGB 148 101 89 -
CMYK 0 0.32 0.40 0.42
HSL 12.2º 0.25% 0.46% -
HSV(B) 12.2º 0.4% 0.58% -
XYZ 18.67 16.32 11.62 -
YUV 113.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 148 101 89 0 0.32 0.40 0.42 12.2 0.25 0.46
Hex 94 65 59 0 20 28 2A C 19 2E
Octal 224 145 131 0 40 50 52 14 31 56
Binary 10010100 1100101 1011001 0 100000 101000 101010 1100 11001 101110

Color Harmonies of #946559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946559

Black with #946559

Text Example


Text Example

White with #946559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946559; }

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

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

background-color css

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

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

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

border-color css

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

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

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