#675C51

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

Shades of Domino #675C51

Tints of Domino #675C51

Color information

#675C51 (or 0x675C51) is unknown color: approx Domino. HEX triplet: 67, 5C and 51. RGB value is (103,92,81). Sum of RGB (Red+Green+Blue) = 103+92+81=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #675C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C51 is #98A3AE. Grayscale: #5E5E5E. Windows color (decimal): -10003375 or 5332071. OLE color: 5332071.

HSL color Cylindrical-coordinate representation of color #675C51: hue angle of 30º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675C51 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1039281-
CMYK00.110.210.60
HSL30º11.96%36.08%-
HSV(B)30º21.36%40.39%-
XYZ10.9111.139.36-
YUV94.03120.64134.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.32%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=37.32%
G=33.33%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103928100.110.210.603011.9636.08
Hex675C510B153C1ec24
Octal1471341210132574361444
Binary1100111101110010100010101110101111100111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675C51; }

 p { color: rgb(103,92,81); }

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

<style>
 a { background-color: #675C51; }

 a { background-color: rgb(103,92,81); }

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

<style>
 span { border-color: #675C51; }

 span { border-color: rgb(103,92,81); }

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