#675A4B

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

Shades of Domino #675A4B

Tints of Domino #675A4B

Color information

#675A4B (or 0x675A4B) is unknown color: approx Domino. HEX triplet: 67, 5A and 4B. RGB value is (103,90,75). Sum of RGB (Red+Green+Blue) = 103+90+75=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675A4B is #98A5B4. Grayscale: #5C5C5C. Windows color (decimal): -10003893 or 4938343. OLE color: 4938343.

HSL color Cylindrical-coordinate representation of color #675A4B: hue angle of 32.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #675A4B is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1039075-
CMYK00.130.270.60
HSL32.14º15.73%34.9%-
HSV(B)32.14º27.18%40.39%-
XYZ10.5210.78.17-
YUV92.18118.31135.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.43%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 75 (29.69% from 255) = 27.99%
R=38.43%
G=33.58%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103907500.130.270.6032.1415.7334.9
Hex675A4B0D1B3C201023
Octal1471321130153374402043
Binary110011110110101001011011011101111110010000010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,90,75); }

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

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

 a { background-color: rgb(103,90,75); }

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

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

 span { border-color: rgb(103,90,75); }

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