#937269

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

Shades of Dark Chestnut #937269

Tints of Dark Chestnut #937269

Color information

#937269 (or 0x937269) is unknown color: approx Dark Chestnut. HEX triplet: 93, 72 and 69. RGB value is (147,114,105). Sum of RGB (Red+Green+Blue) = 147+114+105=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #937269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937269 is #6C8D96. Grayscale: #7A7A7A. Windows color (decimal): -7114135 or 6910611. OLE color: 6910611.

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

Color convert

RGB147114105-
CMYK00.220.290.42
HSL12.86º16.67%49.41%-
HSV(B)12.86º28.57%57.65%-
XYZ20.619.2616-
YUV122.84117.93145.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=40.16%
G=31.15%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711410500.220.290.4212.8616.6749.41
Hex9372690161D2Ad1131
Octal2231621510263552152161
Binary100100111110010110100101011011101101010110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937269; }

 p { color: rgb(147,114,105); }

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

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

 a { background-color: rgb(147,114,105); }

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

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

 span { border-color: rgb(147,114,105); }

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