#69574F

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

Shades of Dorado #69574F

Tints of Dorado #69574F

Color information

#69574F (or 0x69574F) is unknown color: approx Dorado. HEX triplet: 69, 57 and 4F. RGB value is (105,87,79). Sum of RGB (Red+Green+Blue) = 105+87+79=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #69574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69574F is #96A8B0. Grayscale: #5B5B5B. Windows color (decimal): -9873585 or 5199721. OLE color: 5199721.

HSL color Cylindrical-coordinate representation of color #69574F: hue angle of 18.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69574F is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1058779-
CMYK00.170.250.59
HSL18.46º14.13%36.08%-
HSV(B)18.46º24.76%41.18%-
XYZ10.6510.388.84-
YUV91.47120.96137.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=38.75%
G=32.10%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105877900.170.250.5918.4614.1336.08
Hex69574F011193B12e24
Octal1511271170213173221644
Binary11010011010111100111101000111001111011100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69574F; }

 p { color: rgb(105,87,79); }

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

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

 a { background-color: rgb(105,87,79); }

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

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

 span { border-color: rgb(105,87,79); }

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