Html Css Color HEX #946359 Dark Chestnut

📋 copy color: '#946359'

red 148 ◦ green 99 ◦ blue 89

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

Shades of Dark Chestnut #946359

Tints of Dark Chestnut #946359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

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

R = 44.05%
G = 29.46%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#946359 (or 0x946359) is known color: Dark Chestnut. HEX triplet: 94, 63 and 59. RGB value is (148,99,89). Sum of RGB (Red+Green+Blue) = 148+99+89=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946359 is #6B9CA6. Grayscale: #707070. Windows color (decimal): -7052455 or 5858196. OLE color: 5858196.

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

Color convert

RGB 148 99 89 -
CMYK 0 0.33 0.40 0.42
HSL 10.17º 0.25% 0.46% -
HSV(B) 10.17º 0.4% 0.58% -
XYZ 18.48 15.94 11.55 -
YUV 112.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 148 99 89 0 0.33 0.40 0.42 10.17 0.25 0.46
Hex 94 63 59 0 21 28 2A A 19 2E
Octal 224 143 131 0 41 50 52 12 31 56
Binary 10010100 1100011 1011001 0 100001 101000 101010 1010 11001 101110

Color Harmonies of #946359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946359

Black with #946359

Text Example


Text Example

White with #946359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946359; }

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

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

background-color css

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

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

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

border-color css

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

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

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