Html Css Color HEX #736C65 Sandstone

📋 copy color: '#736C65'

red 115 ◦ green 108 ◦ blue 101

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

Shades of Sandstone #736C65

Tints of Sandstone #736C65

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 35.49%
G = 33.33%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#736C65 (or 0x736C65) is known color: Sandstone. HEX triplet: 73, 6C and 65. RGB value is (115,108,101). Sum of RGB (Red+Green+Blue) = 115+108+101=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #736C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C65 is #8C939A. Grayscale: #6D6D6D. Windows color (decimal): -9212827 or 6646899. OLE color: 6646899.

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

Color convert

RGB 115 108 101 -
CMYK 0 0.06 0.12 0.55
HSL 30º 0.06% 0.42% -
HSV(B) 30º 0.12% 0.45% -
XYZ 14.78 15.31 14.49 -
YUV 109.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 115 108 101 0 0.06 0.12 0.55 30 0.06 0.42
Hex 73 6C 65 0 6 C 37 1E 6 2A
Octal 163 154 145 0 6 14 67 36 6 52
Binary 1110011 1101100 1100101 0 110 1100 110111 11110 110 101010

Color Harmonies of #736C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C65

Black with #736C65

Text Example


Text Example

White with #736C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,108,101); }

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

background-color css

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

 a { background-color: rgb(115,108,101); }

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

border-color css

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

 span { border-color: rgb(115,108,101); }

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