#68625F

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

Shades of Dorado #68625F

Tints of Dorado #68625F

Color information

#68625F (or 0x68625F) is unknown color: approx Dorado. HEX triplet: 68, 62 and 5F. RGB value is (104,98,95). Sum of RGB (Red+Green+Blue) = 104+98+95=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #68625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68625F is #979DA0. Grayscale: #636363. Windows color (decimal): -9936289 or 6251112. OLE color: 6251112.

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

Color convert

RGB1049895-
CMYK00.060.090.59
HSL20º4.52%39.02%-
HSV(B)20º8.65%40.78%-
XYZ12.1412.512.6-
YUV99.45125.49131.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=35.02%
G=33.00%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104989500.060.090.59204.5239.02
Hex68625F0693B14527
Octal15014213706117324547
Binary1101000110001010111110110100111101110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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