Html Css Color HEX #736A5E Sandstone

📋 copy color: '#736A5E'

red 115 ◦ green 106 ◦ blue 94

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

Shades of Sandstone #736A5E

Tints of Sandstone #736A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 36.51%
G = 33.65%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#736A5E (or 0x736A5E) is known color: Sandstone. HEX triplet: 73, 6A and 5E. RGB value is (115,106,94). Sum of RGB (Red+Green+Blue) = 115+106+94=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #736A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A5E is #8C95A1. Grayscale: #6B6B6B. Windows color (decimal): -9213346 or 6187635. OLE color: 6187635.

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

Color convert

RGB 115 106 94 -
CMYK 0 0.08 0.18 0.55
HSL 34.29º 0.1% 0.41% -
HSV(B) 34.29º 0.18% 0.45% -
XYZ 14.24 14.76 12.69 -
YUV 107.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 115 106 94 0 0.08 0.18 0.55 34.29 0.1 0.41
Hex 73 6A 5E 0 8 12 37 22 A 29
Octal 163 152 136 0 10 22 67 42 12 51
Binary 1110011 1101010 1011110 0 1000 10010 110111 100010 1010 101001

Color Harmonies of #736A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A5E

Black with #736A5E

Text Example


Text Example

White with #736A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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