#63605E

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

Shades of Dorado #63605E

Tints of Dorado #63605E

Color information

#63605E (or 0x63605E) is unknown color: approx Dorado. HEX triplet: 63, 60 and 5E. RGB value is (99,96,94). Sum of RGB (Red+Green+Blue) = 99+96+94=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 99 - color contains mainly: red. Hex color #63605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63605E is #9C9FA1. Grayscale: #606060. Windows color (decimal): -10264482 or 6185059. OLE color: 6185059.

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

Color convert

RGB999694-
CMYK00.030.050.61
HSL24º2.59%37.84%-
HSV(B)24º5.05%38.82%-
XYZ11.3511.8312.27-
YUV96.67126.49129.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=34.26%
G=33.22%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99969400.030.050.61242.5937.84
Hex63605E0353D18326
Octal1431401360357530346
Binary1100011110000010111100111011111011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,96,94); }

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

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

 a { background-color: rgb(99,96,94); }

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

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

 span { border-color: rgb(99,96,94); }

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