#6B584D

Color #6B584D Domino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Domino #6B584D

Tints of Domino #6B584D

Color information

#6B584D (or 0x6B584D) is unknown color: approx Domino. HEX triplet: 6B, 58 and 4D. RGB value is (107,88,77). Sum of RGB (Red+Green+Blue) = 107+88+77=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B584D is #94A7B2. Grayscale: #5C5C5C. Windows color (decimal): -9742259 or 5068907. OLE color: 5068907.

HSL color Cylindrical-coordinate representation of color #6B584D: hue angle of 22º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B584D is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1078877-
CMYK00.180.280.58
HSL22º16.3%36.08%-
HSV(B)22º28.04%41.96%-
XYZ10.8910.648.5-
YUV92.43119.29138.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=39.34%
G=32.35%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107887700.180.280.582216.336.08
Hex6B584D0121C3A161024
Octal1531301150223472262044
Binary110101110110001001101010010111001110101011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,77); }

 H1.HeaderClassName
 {
   color: #6B584D;
 }
 .AnyTagClassName
 {
   color: #6B584D;
 }
</style>
background-color css

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

 a { background-color: rgb(107,88,77); }

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

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

 span { border-color: rgb(107,88,77); }

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