Html Css Color HEX #736A64 Sandstone

📋 copy color: '#736A64'

red 115 ◦ green 106 ◦ blue 100

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

Shades of Sandstone #736A64

Tints of Sandstone #736A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 35.83%
G = 33.02%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#736A64 (or 0x736A64) is known color: Sandstone. HEX triplet: 73, 6A and 64. RGB value is (115,106,100). Sum of RGB (Red+Green+Blue) = 115+106+100=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 115 - color contains mainly: red. Hex color #736A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A64 is #8C959B. Grayscale: #6C6C6C. Windows color (decimal): -9213340 or 6580851. OLE color: 6580851.

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

Color convert

RGB 115 106 100 -
CMYK 0 0.08 0.13 0.55
HSL 24º 0.07% 0.42% -
HSV(B) 24º 0.13% 0.45% -
XYZ 14.52 14.87 14.16 -
YUV 108.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 115 106 100 0 0.08 0.13 0.55 24 0.07 0.42
Hex 73 6A 64 0 8 D 37 18 7 2A
Octal 163 152 144 0 10 15 67 30 7 52
Binary 1110011 1101010 1100100 0 1000 1101 110111 11000 111 101010

Color Harmonies of #736A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A64

Black with #736A64

Text Example


Text Example

White with #736A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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