Html Css Color HEX #736F68 Sandstone

📋 copy color: '#736F68'

red 115 ◦ green 111 ◦ blue 104

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

Shades of Sandstone #736F68

Tints of Sandstone #736F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 34.85%
G = 33.64%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#736F68 (or 0x736F68) is known color: Sandstone. HEX triplet: 73, 6F and 68. RGB value is (115,111,104). Sum of RGB (Red+Green+Blue) = 115+111+104=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 115 - color contains mainly: red. Hex color #736F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F68 is #8C9097. Grayscale: #6F6F6F. Windows color (decimal): -9212056 or 6844275. OLE color: 6844275.

HSL color Cylindrical-coordinate representation of color #736F68: hue angle of 38.18º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736F68 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 111 104 -
CMYK 0 0.03 0.10 0.55
HSL 38.18º 0.05% 0.43% -
HSV(B) 38.18º 0.1% 0.45% -
XYZ 15.25 16.01 15.38 -
YUV 111.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 115 111 104 0 0.03 0.10 0.55 38.18 0.05 0.43
Hex 73 6F 68 0 3 A 37 26 5 2B
Octal 163 157 150 0 3 12 67 46 5 53
Binary 1110011 1101111 1101000 0 11 1010 110111 100110 101 101011

Color Harmonies of #736F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F68

Black with #736F68

Text Example


Text Example

White with #736F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,111,104); }

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

background-color css

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

 a { background-color: rgb(115,111,104); }

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

border-color css

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

 span { border-color: rgb(115,111,104); }

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