#92675B

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

Shades of Dark Chestnut #92675B

Tints of Dark Chestnut #92675B

Color information

#92675B (or 0x92675B) is unknown color: approx Dark Chestnut. HEX triplet: 92, 67 and 5B. RGB value is (146,103,91). Sum of RGB (Red+Green+Blue) = 146+103+91=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #92675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92675B is #6D98A4. Grayscale: #727272. Windows color (decimal): -7182501 or 5990290. OLE color: 5990290.

HSL color Cylindrical-coordinate representation of color #92675B: hue angle of 13.09º degrees, saturation: 0.23, 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 #92675B is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14610391-
CMYK00.290.380.43
HSL13.09º23.21%46.47%-
HSV(B)13.09º37.67%57.25%-
XYZ18.5916.5712.12-
YUV114.49114.75150.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.94%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=42.94%
G=30.29%
B=26.76%

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
Decimal1461039100.290.380.4313.0923.2146.47
Hex92675B01D262Bd172e
Octal2221471330354653152756
Binary1001001011001111011011011101100110101011110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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