Html Css Color HEX #6B6660 Sandstone

📋 copy color: '#6B6660'

red 107 ◦ green 102 ◦ blue 96

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

Shades of Sandstone #6B6660

Tints of Sandstone #6B6660

RGB

 RED value IS 107 (42.19% from 255) = 35.08%

 GREEN value IS 102 (40.23% from 255) = 33.44%

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 35.08%
G = 33.44%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B6660 (or 0x6B6660) is known color: Sandstone. HEX triplet: 6B, 66 and 60. RGB value is (107,102,96). Sum of RGB (Red+Green+Blue) = 107+102+96=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6660 is #94999F. Grayscale: #666666. Windows color (decimal): -9738656 or 6317675. OLE color: 6317675.

HSL color Cylindrical-coordinate representation of color #6B6660: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B6660 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 102 96 -
CMYK 0 0.05 0.10 0.58
HSL 32.73º 0.05% 0.4% -
HSV(B) 32.73º 0.1% 0.42% -
XYZ 12.93 13.47 12.99 -
YUV 102.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 107 102 96 0 0.05 0.10 0.58 32.73 0.05 0.4
Hex 6B 66 60 0 5 A 3A 21 5 28
Octal 153 146 140 0 5 12 72 41 5 50
Binary 1101011 1100110 1100000 0 101 1010 111010 100001 101 101000

Color Harmonies of #6B6660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6660

Black with #6B6660

Text Example


Text Example

White with #6B6660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,102,96); }

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

background-color css

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

 a { background-color: rgb(107,102,96); }

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

border-color css

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

 span { border-color: rgb(107,102,96); }

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