#6B5C4D

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

Shades of Domino #6B5C4D

Tints of Domino #6B5C4D

Color information

#6B5C4D (or 0x6B5C4D) is unknown color: approx Domino. HEX triplet: 6B, 5C and 4D. RGB value is (107,92,77). Sum of RGB (Red+Green+Blue) = 107+92+77=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C4D is #94A3B2. Grayscale: #5E5E5E. Windows color (decimal): -9741235 or 5069931. OLE color: 5069931.

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

Color convert

RGB1079277-
CMYK00.140.280.58
HSL30º16.3%36.08%-
HSV(B)30º28.04%41.96%-
XYZ11.2311.328.61-
YUV94.78117.97136.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.77%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=38.77%
G=33.33%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107927700.140.280.583016.336.08
Hex6B5C4D0E1C3A1e1024
Octal1531341150163472362044
Binary11010111011100100110101110111001110101111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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