#68615E

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

Shades of Dorado #68615E

Tints of Dorado #68615E

Color information

#68615E (or 0x68615E) is unknown color: approx Dorado. HEX triplet: 68, 61 and 5E. RGB value is (104,97,94). Sum of RGB (Red+Green+Blue) = 104+97+94=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 104 - color contains mainly: red. Hex color #68615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68615E is #979EA1. Grayscale: #626262. Windows color (decimal): -9936546 or 6185320. OLE color: 6185320.

HSL color Cylindrical-coordinate representation of color #68615E: hue angle of 18º 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 #68615E is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1049794-
CMYK00.070.100.59
HSL18º5.05%38.82%-
HSV(B)18º9.62%40.78%-
XYZ1212.312.33-
YUV98.75125.32131.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=35.25%
G=32.88%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104979400.070.100.59185.0538.82
Hex68615E07A3B12527
Octal15014113607127322547
Binary1101000110000110111100111101011101110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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