Html Css Color HEX #6B6760 Sandstone

📋 copy color: '#6B6760'

red 107 ◦ green 103 ◦ blue 96

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

Shades of Sandstone #6B6760

Tints of Sandstone #6B6760

RGB

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

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

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

R = 34.97%
G = 33.66%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6B6760 (or 0x6B6760) is known color: Sandstone. HEX triplet: 6B, 67 and 60. RGB value is (107,103,96). Sum of RGB (Red+Green+Blue) = 107+103+96=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6760 is #94989F. Grayscale: #676767. Windows color (decimal): -9738400 or 6317931. OLE color: 6317931.

HSL color Cylindrical-coordinate representation of color #6B6760: hue angle of 38.18º 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 #6B6760 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 103 96 -
CMYK 0 0.04 0.10 0.58
HSL 38.18º 0.05% 0.4% -
HSV(B) 38.18º 0.1% 0.42% -
XYZ 13.02 13.67 13.02 -
YUV 103.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 107 103 96 0 0.04 0.10 0.58 38.18 0.05 0.4
Hex 6B 67 60 0 4 A 3A 26 5 28
Octal 153 147 140 0 4 12 72 46 5 50
Binary 1101011 1100111 1100000 0 100 1010 111010 100110 101 101000

Color Harmonies of #6B6760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6760

Black with #6B6760

Text Example


Text Example

White with #6B6760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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