#68605E

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

Shades of Dorado #68605E

Tints of Dorado #68605E

Color information

#68605E (or 0x68605E) is unknown color: approx Dorado. HEX triplet: 68, 60 and 5E. RGB value is (104,96,94). Sum of RGB (Red+Green+Blue) = 104+96+94=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #68605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68605E is #979FA1. Grayscale: #626262. Windows color (decimal): -9936802 or 6185064. OLE color: 6185064.

HSL color Cylindrical-coordinate representation of color #68605E: hue angle of 12º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68605E is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1049694-
CMYK00.080.100.59
HSL12º5.05%38.82%-
HSV(B)12º9.62%40.78%-
XYZ11.9112.1212.3-
YUV98.16125.65132.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=35.37%
G=32.65%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104969400.080.100.59125.0538.82
Hex68605E08A3Bc527
Octal150140136010127314547
Binary1101000110000010111100100010101110111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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