#926358

Color #926358 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #926358

Tints of Dark Chestnut #926358

Color information

#926358 (or 0x926358) is unknown color: approx Dark Chestnut. HEX triplet: 92, 63 and 58. RGB value is (146,99,88). Sum of RGB (Red+Green+Blue) = 146+99+88=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #926358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926358 is #6D9CA7. Grayscale: #6F6F6F. Windows color (decimal): -7183528 or 5792658. OLE color: 5792658.

HSL color Cylindrical-coordinate representation of color #926358: hue angle of 11.38º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #926358 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB1469988-
CMYK00.320.400.43
HSL11.38º24.79%45.88%-
HSV(B)11.38º39.73%57.25%-
XYZ18.0815.7411.32-
YUV111.8114.57152.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.84%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=43.84%
G=29.73%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146998800.320.400.4311.3824.7945.88
Hex926358020282Bb192e
Octal2221431300405053133156
Binary10010010110001110110000100000101000101011101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926358; }

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

 H1.HeaderClassName
 {
   color: #926358;
 }
 .AnyTagClassName
 {
   color: #926358;
 }
</style>
background-color css

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

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

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

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

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

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