Html Css Color HEX #946259 Dark Chestnut

📋 copy color: '#946259'

red 148 ◦ green 98 ◦ blue 89

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

Shades of Dark Chestnut #946259

Tints of Dark Chestnut #946259

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

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

R = 44.18%
G = 29.25%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#946259 (or 0x946259) is known color: Dark Chestnut. HEX triplet: 94, 62 and 59. RGB value is (148,98,89). Sum of RGB (Red+Green+Blue) = 148+98+89=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #946259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946259 is #6B9DA6. Grayscale: #707070. Windows color (decimal): -7052711 or 5857940. OLE color: 5857940.

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

Color convert

RGB 148 98 89 -
CMYK 0 0.34 0.40 0.42
HSL 9.15º 0.25% 0.46% -
HSV(B) 9.15º 0.4% 0.58% -
XYZ 18.38 15.75 11.52 -
YUV 111.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 148 98 89 0 0.34 0.40 0.42 9.15 0.25 0.46
Hex 94 62 59 0 22 28 2A 9 19 2E
Octal 224 142 131 0 42 50 52 11 31 56
Binary 10010100 1100010 1011001 0 100010 101000 101010 1001 11001 101110

Color Harmonies of #946259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946259

Black with #946259

Text Example


Text Example

White with #946259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946259; }

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

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

background-color css

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

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

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

border-color css

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

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

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