Html Css Color HEX #736B5E Sandstone

📋 copy color: '#736B5E'

red 115 ◦ green 107 ◦ blue 94

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

Shades of Sandstone #736B5E

Tints of Sandstone #736B5E

RGB

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

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

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

R = 36.39%
G = 33.86%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#736B5E (or 0x736B5E) is known color: Sandstone. HEX triplet: 73, 6B and 5E. RGB value is (115,107,94). Sum of RGB (Red+Green+Blue) = 115+107+94=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B5E is #8C94A1. Grayscale: #6B6B6B. Windows color (decimal): -9213090 or 6187891. OLE color: 6187891.

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

Color convert

RGB 115 107 94 -
CMYK 0 0.07 0.18 0.55
HSL 37.14º 0.1% 0.41% -
HSV(B) 37.14º 0.18% 0.45% -
XYZ 14.35 14.97 12.72 -
YUV 107.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 115 107 94 0 0.07 0.18 0.55 37.14 0.1 0.41
Hex 73 6B 5E 0 7 12 37 25 A 29
Octal 163 153 136 0 7 22 67 45 12 51
Binary 1110011 1101011 1011110 0 111 10010 110111 100101 1010 101001

Color Harmonies of #736B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B5E

Black with #736B5E

Text Example


Text Example

White with #736B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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