#68605C

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

Shades of Dorado #68605C

Tints of Dorado #68605C

Color information

#68605C (or 0x68605C) is unknown color: approx Dorado. HEX triplet: 68, 60 and 5C. RGB value is (104,96,92). Sum of RGB (Red+Green+Blue) = 104+96+92=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #68605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68605C is #979FA3. Grayscale: #616161. Windows color (decimal): -9936804 or 6053992. OLE color: 6053992.

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

Color convert

RGB1049692-
CMYK00.080.120.59
HSL20º6.12%38.43%-
HSV(B)20º11.54%40.78%-
XYZ11.8212.0811.83-
YUV97.94124.65132.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=35.62%
G=32.88%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104969200.080.120.59206.1238.43
Hex68605C08C3B14626
Octal150140134010147324646
Binary11010001100000101110001000110011101110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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