#6B584B

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

Shades of Domino #6B584B

Tints of Domino #6B584B

Color information

#6B584B (or 0x6B584B) is unknown color: approx Domino. HEX triplet: 6B, 58 and 4B. RGB value is (107,88,75). Sum of RGB (Red+Green+Blue) = 107+88+75=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B584B is #94A7B4. Grayscale: #5C5C5C. Windows color (decimal): -9742261 or 4937835. OLE color: 4937835.

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

Color convert

RGB1078875-
CMYK00.180.300.58
HSL24.38º17.58%35.69%-
HSV(B)24.38º29.91%41.96%-
XYZ10.8210.618.13-
YUV92.2118.29138.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=39.63%
G=32.59%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107887500.180.300.5824.3817.5835.69
Hex6B584B0121E3A181224
Octal1531301130223672302244
Binary110101110110001001011010010111101110101100010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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