#947268

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

Shades of Dark Chestnut #947268

Tints of Dark Chestnut #947268

Color information

#947268 (or 0x947268) is unknown color: approx Dark Chestnut. HEX triplet: 94, 72 and 68. RGB value is (148,114,104). Sum of RGB (Red+Green+Blue) = 148+114+104=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #947268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947268 is #6B8D97. Grayscale: #7B7B7B. Windows color (decimal): -7048600 or 6845076. OLE color: 6845076.

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

Color convert

RGB148114104-
CMYK00.230.300.42
HSL13.64º17.46%49.41%-
HSV(B)13.64º29.73%58.04%-
XYZ20.7319.3315.74-
YUV123.03117.26145.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=40.44%
G=31.15%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811410400.230.300.4213.6417.4649.41
Hex9472680171E2Ae1131
Octal2241621500273652162161
Binary100101001110010110100001011111110101010111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947268; }

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

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

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

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

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

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

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

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