Html Css Color HEX #73695E Sandstone

📋 copy color: '#73695E'

red 115 ◦ green 105 ◦ blue 94

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

Shades of Sandstone #73695E

Tints of Sandstone #73695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 36.62%
G = 33.44%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73695E (or 0x73695E) is known color: Sandstone. HEX triplet: 73, 69 and 5E. RGB value is (115,105,94). Sum of RGB (Red+Green+Blue) = 115+105+94=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #73695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73695E is #8C96A1. Grayscale: #6A6A6A. Windows color (decimal): -9213602 or 6187379. OLE color: 6187379.

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

Color convert

RGB 115 105 94 -
CMYK 0 0.09 0.18 0.55
HSL 31.43º 0.1% 0.41% -
HSV(B) 31.43º 0.18% 0.45% -
XYZ 14.14 14.56 12.65 -
YUV 106.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 115 105 94 0 0.09 0.18 0.55 31.43 0.1 0.41
Hex 73 69 5E 0 9 12 37 1F A 29
Octal 163 151 136 0 11 22 67 37 12 51
Binary 1110011 1101001 1011110 0 1001 10010 110111 11111 1010 101001

Color Harmonies of #73695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73695E

Black with #73695E

Text Example


Text Example

White with #73695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73695E; }

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

 H1.HeaderClassName
 {
   color: #73695E;
 }
 .AnyTagClassName
 {
   color: #73695E;
 }
</style>

background-color css

<style>
 a { background-color: #73695E; }

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

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

border-color css

<style>
 span { border-color: #73695E; }

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

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