#675E58

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

Shades of Dorado #675E58

Tints of Dorado #675E58

Color information

#675E58 (or 0x675E58) is unknown color: approx Dorado. HEX triplet: 67, 5E and 58. RGB value is (103,94,88). Sum of RGB (Red+Green+Blue) = 103+94+88=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675E58 is #98A1A7. Grayscale: #606060. Windows color (decimal): -10002856 or 5791335. OLE color: 5791335.

HSL color Cylindrical-coordinate representation of color #675E58: hue angle of 24º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #675E58 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1039488-
CMYK00.090.150.60
HSL24º7.85%37.45%-
HSV(B)24º14.56%40.39%-
XYZ11.3611.5910.87-
YUV96.01123.48132.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 88 (34.77% from 255) = 30.88%
R=36.14%
G=32.98%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103948800.090.150.60247.8537.45
Hex675E5809F3C18825
Octal1471361300111774301045
Binary110011110111101011000010011111111100110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,94,88); }

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

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

 a { background-color: rgb(103,94,88); }

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

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

 span { border-color: rgb(103,94,88); }

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