Html Css Color HEX #6E675E Sandstone

📋 copy color: '#6E675E'

red 110 ◦ green 103 ◦ blue 94

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

Shades of Sandstone #6E675E

Tints of Sandstone #6E675E

RGB

 RED value IS 110 (43.36% from 255) = 35.83%

 GREEN value IS 103 (40.63% from 255) = 33.55%

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

R = 35.83%
G = 33.55%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E675E (or 0x6E675E) is known color: Sandstone. HEX triplet: 6E, 67 and 5E. RGB value is (110,103,94). Sum of RGB (Red+Green+Blue) = 110+103+94=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E675E is #9198A1. Grayscale: #686868. Windows color (decimal): -9541794 or 6186862. OLE color: 6186862.

HSL color Cylindrical-coordinate representation of color #6E675E: hue angle of 33.75º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E675E is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 103 94 -
CMYK 0 0.06 0.15 0.57
HSL 33.75º 0.08% 0.4% -
HSV(B) 33.75º 0.15% 0.43% -
XYZ 13.3 13.82 12.56 -
YUV 104.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 110 103 94 0 0.06 0.15 0.57 33.75 0.08 0.4
Hex 6E 67 5E 0 6 F 39 22 8 28
Octal 156 147 136 0 6 17 71 42 10 50
Binary 1101110 1100111 1011110 0 110 1111 111001 100010 1000 101000

Color Harmonies of #6E675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E675E

Black with #6E675E

Text Example


Text Example

White with #6E675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E675E; }

 p { color: rgb(110,103,94); }

 H1.HeaderClassName
 {
   color: #6E675E;
 }
 .AnyTagClassName
 {
   color: #6E675E;
 }
</style>

background-color css

<style>
 a { background-color: #6E675E; }

 a { background-color: rgb(110,103,94); }

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

border-color css

<style>
 span { border-color: #6E675E; }

 span { border-color: rgb(110,103,94); }

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