#63623A

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

Shades of Verdigris #63623A

Tints of Verdigris #63623A

Color information

#63623A (or 0x63623A) is unknown color: approx Verdigris. HEX triplet: 63, 62 and 3A. RGB value is (99,98,58). Sum of RGB (Red+Green+Blue) = 99+98+58=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #63623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63623A is #9C9DC5. Grayscale: #5D5D5D. Windows color (decimal): -10264006 or 3826275. OLE color: 3826275.

HSL color Cylindrical-coordinate representation of color #63623A: hue angle of 58.54º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63623A is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB999858-
CMYK00.010.410.61
HSL58.54º26.11%30.78%-
HSV(B)58.54º41.41%38.82%-
XYZ10.2811.695.72-
YUV93.74107.83131.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.82%
GREEN value IS 98 (38.67% from 255) = 38.43%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=38.82%
G=38.43%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99985800.010.410.6158.5426.1130.78
Hex63623A01293D3b1a1f
Octal14314272015175733237
Binary11000111100010111010011010011111011110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63623A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63623A; }

 p { color: rgb(99,98,58); }

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

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

 a { background-color: rgb(99,98,58); }

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

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

 span { border-color: rgb(99,98,58); }

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