#68625E

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

Shades of Dorado #68625E

Tints of Dorado #68625E

Color information

#68625E (or 0x68625E) is unknown color: approx Dorado. HEX triplet: 68, 62 and 5E. RGB value is (104,98,94). Sum of RGB (Red+Green+Blue) = 104+98+94=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #68625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68625E is #979DA1. Grayscale: #636363. Windows color (decimal): -9936290 or 6185576. OLE color: 6185576.

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

Color convert

RGB1049894-
CMYK00.060.100.59
HSL24º5.05%38.82%-
HSV(B)24º9.62%40.78%-
XYZ12.112.4912.36-
YUV99.34124.99131.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=35.14%
G=33.11%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104989400.060.100.59245.0538.82
Hex68625E06A3B18527
Octal15014213606127330547
Binary1101000110001010111100110101011101111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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