#68605D

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

Shades of Dorado #68605D

Tints of Dorado #68605D

Color information

#68605D (or 0x68605D) is unknown color: approx Dorado. HEX triplet: 68, 60 and 5D. RGB value is (104,96,93). Sum of RGB (Red+Green+Blue) = 104+96+93=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #68605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68605D is #979FA2. Grayscale: #626262. Windows color (decimal): -9936803 or 6119528. OLE color: 6119528.

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

Color convert

RGB1049693-
CMYK00.080.110.59
HSL16.36º5.58%38.63%-
HSV(B)16.36º10.58%40.78%-
XYZ11.8712.112.07-
YUV98.05125.15132.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=35.49%
G=32.76%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104969300.080.110.5916.365.5838.63
Hex68605D08B3B10627
Octal150140135010137320647
Binary11010001100000101110101000101111101110000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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