#927267

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

Shades of Dark Chestnut #927267

Tints of Dark Chestnut #927267

Color information

#927267 (or 0x927267) is unknown color: approx Dark Chestnut. HEX triplet: 92, 72 and 67. RGB value is (146,114,103). Sum of RGB (Red+Green+Blue) = 146+114+103=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 146 - color contains mainly: red. Hex color #927267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927267 is #6D8D98. Grayscale: #7A7A7A. Windows color (decimal): -7179673 or 6779538. OLE color: 6779538.

HSL color Cylindrical-coordinate representation of color #927267: hue angle of 15.35º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #927267 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB146114103-
CMYK00.220.290.43
HSL15.35º17.27%48.82%-
HSV(B)15.35º29.45%57.25%-
XYZ20.3219.1215.45-
YUV122.31117.1144.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.22%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=40.22%
G=31.40%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611410300.220.290.4315.3517.2748.82
Hex9272670161D2Bf1131
Octal2221621470263553172161
Binary100100101110010110011101011011101101011111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927267; }

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

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

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

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

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

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

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

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