Html Css Color HEX #946659 Dark Chestnut

📋 copy color: '#946659'

red 148 ◦ green 102 ◦ blue 89

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

Shades of Dark Chestnut #946659

Tints of Dark Chestnut #946659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 43.66%
G = 30.09%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#946659 (or 0x946659) is known color: Dark Chestnut. HEX triplet: 94, 66 and 59. RGB value is (148,102,89). Sum of RGB (Red+Green+Blue) = 148+102+89=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #946659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946659 is #6B99A6. Grayscale: #727272. Windows color (decimal): -7051687 or 5858964. OLE color: 5858964.

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

Color convert

RGB 148 102 89 -
CMYK 0 0.31 0.40 0.42
HSL 13.22º 0.25% 0.46% -
HSV(B) 13.22º 0.4% 0.58% -
XYZ 18.77 16.52 11.65 -
YUV 114.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 148 102 89 0 0.31 0.40 0.42 13.22 0.25 0.46
Hex 94 66 59 0 1F 28 2A D 19 2E
Octal 224 146 131 0 37 50 52 15 31 56
Binary 10010100 1100110 1011001 0 11111 101000 101010 1101 11001 101110

Color Harmonies of #946659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946659

Black with #946659

Text Example


Text Example

White with #946659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946659; }

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

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

background-color css

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

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

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

border-color css

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

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

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