#625455

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

Shades of Don Juan #625455

Tints of Don Juan #625455

Color information

#625455 (or 0x625455) is unknown color: approx Don Juan. HEX triplet: 62, 54 and 55. RGB value is (98,84,85). Sum of RGB (Red+Green+Blue) = 98+84+85=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #625455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625455 is #9DABAA. Grayscale: #585858. Windows color (decimal): -10333099 or 5592162. OLE color: 5592162.

HSL color Cylindrical-coordinate representation of color #625455: hue angle of 355.71º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #625455 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB988485-
CMYK00.140.130.62
HSL355.71º7.69%35.69%-
HSV(B)355.71º14.29%38.43%-
XYZ9.859.599.93-
YUV88.3126.14134.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=36.70%
G=31.46%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98848500.140.130.62355.717.6935.69
Hex6254550ED3E164824
Octal14212412501615765441044
Binary1100010101010010101010111011011111101011001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625455; }

 p { color: rgb(98,84,85); }

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

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

 a { background-color: rgb(98,84,85); }

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

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

 span { border-color: rgb(98,84,85); }

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