#72685A

Color #72685A Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #72685A

Tints of Sandstone #72685A

Color information

#72685A (or 0x72685A) is unknown color: approx Sandstone. HEX triplet: 72, 68 and 5A. RGB value is (114,104,90). Sum of RGB (Red+Green+Blue) = 114+104+90=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72685A is #8D97A5. Grayscale: #696969. Windows color (decimal): -9279398 or 5924978. OLE color: 5924978.

HSL color Cylindrical-coordinate representation of color #72685A: hue angle of 35º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #72685A is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB11410490-
CMYK00.090.210.55
HSL35º11.76%40%-
HSV(B)35º21.05%44.71%-
XYZ13.7414.2211.69-
YUV105.39119.31134.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=37.01%
G=33.77%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141049000.090.210.553511.7640
Hex72685A09153723c28
Octal1621501320112567431450
Binary11100101101000101101001001101011101111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72685A; }

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

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

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

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

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

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

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

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