#92675A

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

Shades of Dark Chestnut #92675A

Tints of Dark Chestnut #92675A

Color information

#92675A (or 0x92675A) is unknown color: approx Dark Chestnut. HEX triplet: 92, 67 and 5A. RGB value is (146,103,90). Sum of RGB (Red+Green+Blue) = 146+103+90=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 146 - color contains mainly: red. Hex color #92675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92675A is #6D98A5. Grayscale: #727272. Windows color (decimal): -7182502 or 5924754. OLE color: 5924754.

HSL color Cylindrical-coordinate representation of color #92675A: hue angle of 13.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92675A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14610390-
CMYK00.290.380.43
HSL13.93º23.73%46.27%-
HSV(B)13.93º38.36%57.25%-
XYZ18.5516.5511.89-
YUV114.38114.25150.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.07%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=43.07%
G=30.38%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461039000.290.380.4313.9323.7346.27
Hex92675A01D262Be182e
Octal2221471320354653163056
Binary1001001011001111011010011101100110101011111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92675A; }

 p { color: rgb(146,103,90); }

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

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

 a { background-color: rgb(146,103,90); }

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

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

 span { border-color: rgb(146,103,90); }

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