#675B4E

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

Shades of Domino #675B4E

Tints of Domino #675B4E

Color information

#675B4E (or 0x675B4E) is unknown color: approx Domino. HEX triplet: 67, 5B and 4E. RGB value is (103,91,78). Sum of RGB (Red+Green+Blue) = 103+91+78=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #675B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B4E is #98A4B1. Grayscale: #5D5D5D. Windows color (decimal): -10003634 or 5135207. OLE color: 5135207.

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

Color convert

RGB1039178-
CMYK00.120.240.60
HSL31.2º13.81%35.49%-
HSV(B)31.2º24.27%40.39%-
XYZ10.7110.928.75-
YUV93.11119.48135.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.87%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=37.87%
G=33.46%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103917800.120.240.6031.213.8135.49
Hex675B4E0C183C1fe23
Octal1471331160143074371643
Binary1100111101101110011100110011000111100111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,91,78); }

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

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

 a { background-color: rgb(103,91,78); }

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

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

 span { border-color: rgb(103,91,78); }

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