#947269

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

Shades of Dark Chestnut #947269

Tints of Dark Chestnut #947269

Color information

#947269 (or 0x947269) is unknown color: approx Dark Chestnut. HEX triplet: 94, 72 and 69. RGB value is (148,114,105). Sum of RGB (Red+Green+Blue) = 148+114+105=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #947269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947269 is #6B8D96. Grayscale: #7B7B7B. Windows color (decimal): -7048599 or 6910612. OLE color: 6910612.

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

Color convert

RGB148114105-
CMYK00.230.290.42
HSL12.56º17%49.61%-
HSV(B)12.56º29.05%58.04%-
XYZ20.7819.3516-
YUV123.14117.76145.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 105 (41.41% from 255) = 28.61%
R=40.33%
G=31.06%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811410500.230.290.4212.561749.61
Hex9472690171D2Ad1132
Octal2241621510273552152162
Binary100101001110010110100101011111101101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947269; }

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

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

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

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

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

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

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

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