#6B5C4F

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

Shades of Domino #6B5C4F

Tints of Domino #6B5C4F

Color information

#6B5C4F (or 0x6B5C4F) is unknown color: approx Domino. HEX triplet: 6B, 5C and 4F. RGB value is (107,92,79). Sum of RGB (Red+Green+Blue) = 107+92+79=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C4F is #94A3B0. Grayscale: #5F5F5F. Windows color (decimal): -9741233 or 5201003. OLE color: 5201003.

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

Color convert

RGB1079279-
CMYK00.140.260.58
HSL27.86º15.05%36.47%-
HSV(B)27.86º26.17%41.96%-
XYZ11.311.348.99-
YUV95118.97136.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.49%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 79 (31.25% from 255) = 28.42%
R=38.49%
G=33.09%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107927900.140.260.5827.8615.0536.47
Hex6B5C4F0E1A3A1cf24
Octal1531341170163272341744
Binary1101011101110010011110111011010111010111001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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