Html Css Color HEX #736A60 Sandstone

📋 copy color: '#736A60'

red 115 ◦ green 106 ◦ blue 96

#736A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandstone #736A60

Tints of Sandstone #736A60

RGB

 RED value IS 115 (45.31% from 255) = 36.28%

 GREEN value IS 106 (41.8% from 255) = 33.44%

 BLUE value IS 96 (37.89% from 255) = 30.28%

R = 36.28%
G = 33.44%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#736A60 (or 0x736A60) is known color: Sandstone. HEX triplet: 73, 6A and 60. RGB value is (115,106,96). Sum of RGB (Red+Green+Blue) = 115+106+96=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #736A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A60 is #8C959F. Grayscale: #6B6B6B. Windows color (decimal): -9213344 or 6318707. OLE color: 6318707.

HSL color Cylindrical-coordinate representation of color #736A60: hue angle of 31.58º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736A60 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 106 96 -
CMYK 0 0.08 0.17 0.55
HSL 31.58º 0.09% 0.41% -
HSV(B) 31.58º 0.17% 0.45% -
XYZ 14.34 14.8 13.17 -
YUV 107.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 115 106 96 0 0.08 0.17 0.55 31.58 0.09 0.41
Hex 73 6A 60 0 8 11 37 20 9 29
Octal 163 152 140 0 10 21 67 40 11 51
Binary 1110011 1101010 1100000 0 1000 10001 110111 100000 1001 101001

Color Harmonies of #736A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A60

Black with #736A60

Text Example


Text Example

White with #736A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,106,96); }

 H1.HeaderClassName
 {
   color: #736A60;
 }
 .AnyTagClassName
 {
   color: #736A60;
 }
</style>

background-color css

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

 a { background-color: rgb(115,106,96); }

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

border-color css

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

 span { border-color: rgb(115,106,96); }

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