Html Css Color HEX #736A61 Sandstone

📋 copy color: '#736A61'

red 115 ◦ green 106 ◦ blue 97

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

Shades of Sandstone #736A61

Tints of Sandstone #736A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 36.16%
G = 33.33%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#736A61 (or 0x736A61) is known color: Sandstone. HEX triplet: 73, 6A and 61. RGB value is (115,106,97). Sum of RGB (Red+Green+Blue) = 115+106+97=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #736A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A61 is #8C959E. Grayscale: #6B6B6B. Windows color (decimal): -9213343 or 6384243. OLE color: 6384243.

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

Color convert

RGB 115 106 97 -
CMYK 0 0.08 0.16 0.55
HSL 30º 0.08% 0.42% -
HSV(B) 30º 0.16% 0.45% -
XYZ 14.38 14.82 13.41 -
YUV 107.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 115 106 97 0 0.08 0.16 0.55 30 0.08 0.42
Hex 73 6A 61 0 8 10 37 1E 8 2A
Octal 163 152 141 0 10 20 67 36 10 52
Binary 1110011 1101010 1100001 0 1000 10000 110111 11110 1000 101010

Color Harmonies of #736A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A61

Black with #736A61

Text Example


Text Example

White with #736A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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