#736F6B

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

Shades of Sandstone #736F6B

Tints of Sandstone #736F6B

Color information

#736F6B (or 0x736F6B) is unknown color: approx Sandstone. HEX triplet: 73, 6F and 6B. RGB value is (115,111,107). Sum of RGB (Red+Green+Blue) = 115+111+107=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 115 - color contains mainly: red. Hex color #736F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F6B is #8C9094. Grayscale: #6F6F6F. Windows color (decimal): -9212053 or 7040883. OLE color: 7040883.

HSL color Cylindrical-coordinate representation of color #736F6B: hue angle of 30º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #736F6B is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB115111107-
CMYK00.030.070.55
HSL30º3.6%43.53%-
HSV(B)30º6.96%45.1%-
XYZ15.4116.0816.2-
YUV111.74125.33130.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.53%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=34.53%
G=33.33%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511110700.030.070.55303.643.53
Hex736F6B037371e42c
Octal1631571530376736454
Binary11100111101111110101101111111011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736F6B; }

 p { color: rgb(115,111,107); }

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

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

 a { background-color: rgb(115,111,107); }

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

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

 span { border-color: rgb(115,111,107); }

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