Html Css Color HEX #736B64 Sandstone

📋 copy color: '#736B64'

red 115 ◦ green 107 ◦ blue 100

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

Shades of Sandstone #736B64

Tints of Sandstone #736B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.23%

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

R = 35.71%
G = 33.23%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#736B64 (or 0x736B64) is known color: Sandstone. HEX triplet: 73, 6B and 64. RGB value is (115,107,100). Sum of RGB (Red+Green+Blue) = 115+107+100=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #736B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B64 is #8C949B. Grayscale: #6C6C6C. Windows color (decimal): -9213084 or 6581107. OLE color: 6581107.

HSL color Cylindrical-coordinate representation of color #736B64: hue angle of 28º 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 #736B64 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 107 100 -
CMYK 0 0.07 0.13 0.55
HSL 28º 0.07% 0.42% -
HSV(B) 28º 0.13% 0.45% -
XYZ 14.63 15.08 14.2 -
YUV 108.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 115 107 100 0 0.07 0.13 0.55 28 0.07 0.42
Hex 73 6B 64 0 7 D 37 1C 7 2A
Octal 163 153 144 0 7 15 67 34 7 52
Binary 1110011 1101011 1100100 0 111 1101 110111 11100 111 101010

Color Harmonies of #736B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B64

Black with #736B64

Text Example


Text Example

White with #736B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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