#67625E

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

Shades of Dorado #67625E

Tints of Dorado #67625E

Color information

#67625E (or 0x67625E) is unknown color: approx Dorado. HEX triplet: 67, 62 and 5E. RGB value is (103,98,94). Sum of RGB (Red+Green+Blue) = 103+98+94=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 103 - color contains mainly: red. Hex color #67625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67625E is #989DA1. Grayscale: #636363. Windows color (decimal): -10001826 or 6185575. OLE color: 6185575.

HSL color Cylindrical-coordinate representation of color #67625E: hue angle of 26.67º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #67625E is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1039894-
CMYK00.050.090.60
HSL26.67º4.57%38.63%-
HSV(B)26.67º8.74%40.39%-
XYZ11.9812.4312.36-
YUV99.04125.16130.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.92%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=34.92%
G=33.22%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103989400.050.090.6026.674.5738.63
Hex67625E0593C1b527
Octal14714213605117433547
Binary1100111110001010111100101100111110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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