Html Css Color HEX #736960 Sandstone

📋 copy color: '#736960'

red 115 ◦ green 105 ◦ blue 96

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

Shades of Sandstone #736960

Tints of Sandstone #736960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

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

R = 36.39%
G = 33.23%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#736960 (or 0x736960) is known color: Sandstone. HEX triplet: 73, 69 and 60. RGB value is (115,105,96). Sum of RGB (Red+Green+Blue) = 115+105+96=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736960 is #8C969F. Grayscale: #6B6B6B. Windows color (decimal): -9213600 or 6318451. OLE color: 6318451.

HSL color Cylindrical-coordinate representation of color #736960: hue angle of 28.42º 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 #736960 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 105 96 -
CMYK 0 0.09 0.17 0.55
HSL 28.42º 0.09% 0.41% -
HSV(B) 28.42º 0.17% 0.45% -
XYZ 14.23 14.59 13.13 -
YUV 106.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 115 105 96 0 0.09 0.17 0.55 28.42 0.09 0.41
Hex 73 69 60 0 9 11 37 1C 9 29
Octal 163 151 140 0 11 21 67 34 11 51
Binary 1110011 1101001 1100000 0 1001 10001 110111 11100 1001 101001

Color Harmonies of #736960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736960

Black with #736960

Text Example


Text Example

White with #736960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736960; }

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

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

background-color css

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

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

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

border-color css

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

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

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