#636076

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

Shades of Dolphin #636076

Tints of Dolphin #636076

Color information

#636076 (or 0x636076) is unknown color: approx Dolphin. HEX triplet: 63, 60 and 76. RGB value is (99,96,118). Sum of RGB (Red+Green+Blue) = 99+96+118=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #636076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636076 is #9C9F89. Grayscale: #636363. Windows color (decimal): -10264458 or 7757923. OLE color: 7757923.

HSL color Cylindrical-coordinate representation of color #636076: hue angle of 248.18º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #636076 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9996118-
CMYK0.160.1900.54
HSL248.18º10.28%41.96%-
HSV(B)248.18º18.64%46.27%-
XYZ12.612.3318.85-
YUV99.4138.49127.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=31.63%
G=30.67%
B=37.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99961180.160.1900.54248.1810.2841.96
Hex6360761013036f8a2a
Octal14314016620230663701252
Binary11000111100000111011010000100110110110111110001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636076; }

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

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

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

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

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

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

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

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