Html Css Color HEX #946058 Dark Chestnut

📋 copy color: '#946058'

red 148 ◦ green 96 ◦ blue 88

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

Shades of Dark Chestnut #946058

Tints of Dark Chestnut #946058

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

 BLUE value IS 88 (34.77% from 255) = 26.51%

R = 44.58%
G = 28.92%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946058 (or 0x946058) is known color: Dark Chestnut. HEX triplet: 94, 60 and 58. RGB value is (148,96,88). Sum of RGB (Red+Green+Blue) = 148+96+88=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946058 is #6B9FA7. Grayscale: #6E6E6E. Windows color (decimal): -7053224 or 5791892. OLE color: 5791892.

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

Color convert

RGB 148 96 88 -
CMYK 0 0.35 0.41 0.42
HSL 0.25% 0.46% -
HSV(B) 0.41% 0.58% -
XYZ 18.16 15.37 11.24 -
YUV 110.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 148 96 88 0 0.35 0.41 0.42 8 0.25 0.46
Hex 94 60 58 0 23 29 2A 8 19 2E
Octal 224 140 130 0 43 51 52 10 31 56
Binary 10010100 1100000 1011000 0 100011 101001 101010 1000 11001 101110

Color Harmonies of #946058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946058

Black with #946058

Text Example


Text Example

White with #946058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946058; }

 p { color: rgb(148,96,88); }

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

background-color css

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

 a { background-color: rgb(148,96,88); }

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

border-color css

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

 span { border-color: rgb(148,96,88); }

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