#675750

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

Shades of Dorado #675750

Tints of Dorado #675750

Color information

#675750 (or 0x675750) is unknown color: approx Dorado. HEX triplet: 67, 57 and 50. RGB value is (103,87,80). Sum of RGB (Red+Green+Blue) = 103+87+80=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 103 - color contains mainly: red. Hex color #675750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675750 is #98A8AF. Grayscale: #5B5B5B. Windows color (decimal): -10004656 or 5265255. OLE color: 5265255.

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

Color convert

RGB1038780-
CMYK00.160.220.60
HSL18.26º12.57%35.88%-
HSV(B)18.26º22.33%40.39%-
XYZ10.4510.289.02-
YUV90.99121.8136.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.15%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=38.15%
G=32.22%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103878000.160.220.6018.2612.5735.88
Hex675750010163C12d24
Octal1471271200202674221544
Binary11001111010111101000001000010110111100100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675750; }

 p { color: rgb(103,87,80); }

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

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

 a { background-color: rgb(103,87,80); }

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

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

 span { border-color: rgb(103,87,80); }

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