#69605C

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

Shades of Dorado #69605C

Tints of Dorado #69605C

Color information

#69605C (or 0x69605C) is unknown color: approx Dorado. HEX triplet: 69, 60 and 5C. RGB value is (105,96,92). Sum of RGB (Red+Green+Blue) = 105+96+92=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 105 - color contains mainly: red. Hex color #69605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69605C is #969FA3. Grayscale: #626262. Windows color (decimal): -9871268 or 6053993. OLE color: 6053993.

HSL color Cylindrical-coordinate representation of color #69605C: hue angle of 18.46º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #69605C is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1059692-
CMYK00.090.120.59
HSL18.46º6.6%38.63%-
HSV(B)18.46º12.38%41.18%-
XYZ11.9412.1411.84-
YUV98.24124.48132.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=35.84%
G=32.76%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105969200.090.120.5918.466.638.63
Hex69605C09C3B12727
Octal151140134011147322747
Binary11010011100000101110001001110011101110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69605C; }

 p { color: rgb(105,96,92); }

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

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

 a { background-color: rgb(105,96,92); }

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

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

 span { border-color: rgb(105,96,92); }

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