Html Css Color HEX #72685D Sandstone

📋 copy color: '#72685D'

red 114 ◦ green 104 ◦ blue 93

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

Shades of Sandstone #72685D

Tints of Sandstone #72685D

RGB

 RED value IS 114 (44.92% from 255) = 36.66%

 GREEN value IS 104 (41.02% from 255) = 33.44%

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 36.66%
G = 33.44%
B = 29.9%

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

#72685D (or 0x72685D) is known color: Sandstone. HEX triplet: 72, 68 and 5D. RGB value is (114,104,93). Sum of RGB (Red+Green+Blue) = 114+104+93=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #72685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72685D is #8D97A2. Grayscale: #696969. Windows color (decimal): -9279395 or 6121586. OLE color: 6121586.

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

Color convert

RGB 114 104 93 -
CMYK 0 0.09 0.18 0.55
HSL 31.43º 0.1% 0.41% -
HSV(B) 31.43º 0.18% 0.45% -
XYZ 13.87 14.27 12.38 -
YUV 105.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 114 104 93 0 0.09 0.18 0.55 31.43 0.1 0.41
Hex 72 68 5D 0 9 12 37 1F A 29
Octal 162 150 135 0 11 22 67 37 12 51
Binary 1110010 1101000 1011101 0 1001 10010 110111 11111 1010 101001

Color Harmonies of #72685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72685D

Black with #72685D

Text Example


Text Example

White with #72685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72685D; }

 p { color: rgb(114,104,93); }

 H1.HeaderClassName
 {
   color: #72685D;
 }
 .AnyTagClassName
 {
   color: #72685D;
 }
</style>

background-color css

<style>
 a { background-color: #72685D; }

 a { background-color: rgb(114,104,93); }

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

border-color css

<style>
 span { border-color: #72685D; }

 span { border-color: rgb(114,104,93); }

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