#675C56

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

Shades of Dorado #675C56

Tints of Dorado #675C56

Color information

#675C56 (or 0x675C56) is unknown color: approx Dorado. HEX triplet: 67, 5C and 56. RGB value is (103,92,86). Sum of RGB (Red+Green+Blue) = 103+92+86=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 103 - color contains mainly: red. Hex color #675C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C56 is #98A3A9. Grayscale: #5E5E5E. Windows color (decimal): -10003370 or 5659751. OLE color: 5659751.

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

Color convert

RGB1039286-
CMYK00.110.170.60
HSL21.18º8.99%37.06%-
HSV(B)21.18º16.5%40.39%-
XYZ11.111.2110.38-
YUV94.6123.14133.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.65%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=36.65%
G=32.74%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103928600.110.170.6021.188.9937.06
Hex675C560B113C15925
Octal1471341260132174251145
Binary1100111101110010101100101110001111100101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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