Html Css Color HEX #946358 Dark Chestnut

📋 copy color: '#946358'

red 148 ◦ green 99 ◦ blue 88

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

Shades of Dark Chestnut #946358

Tints of Dark Chestnut #946358

RGB

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

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

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

R = 44.18%
G = 29.55%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946358 (or 0x946358) is known color: Dark Chestnut. HEX triplet: 94, 63 and 58. RGB value is (148,99,88). Sum of RGB (Red+Green+Blue) = 148+99+88=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #946358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946358 is #6B9CA7. Grayscale: #707070. Windows color (decimal): -7052456 or 5792660. OLE color: 5792660.

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

Color convert

RGB 148 99 88 -
CMYK 0 0.33 0.41 0.42
HSL 11º 0.25% 0.46% -
HSV(B) 11º 0.41% 0.58% -
XYZ 18.44 15.92 11.33 -
YUV 112.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 148 99 88 0 0.33 0.41 0.42 11 0.25 0.46
Hex 94 63 58 0 21 29 2A B 19 2E
Octal 224 143 130 0 41 51 52 13 31 56
Binary 10010100 1100011 1011000 0 100001 101001 101010 1011 11001 101110

Color Harmonies of #946358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946358

Black with #946358

Text Example


Text Example

White with #946358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946358; }

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

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

background-color css

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

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

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

border-color css

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

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

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