#636160

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

Shades of Dorado #636160

Tints of Dorado #636160

Color information

#636160 (or 0x636160) is unknown color: approx Dorado. HEX triplet: 63, 61 and 60. RGB value is (99,97,96). Sum of RGB (Red+Green+Blue) = 99+97+96=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 99 - color contains mainly: red. Hex color #636160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636160 is #9C9E9F. Grayscale: #616161. Windows color (decimal): -10264224 or 6316387. OLE color: 6316387.

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

Color convert

RGB999796-
CMYK00.020.030.61
HSL20º1.54%38.24%-
HSV(B)20º3.03%38.82%-
XYZ11.5312.0512.78-
YUV97.48127.16129.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 96 (37.89% from 255) = 32.88%
R=33.90%
G=33.22%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99979600.020.030.61201.5438.24
Hex6361600233D14226
Octal1431411400237524246
Binary110001111000011100000010111111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636160; }

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

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

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

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

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

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

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

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