#63633A

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

Shades of Verdigris #63633A

Tints of Verdigris #63633A

Color information

#63633A (or 0x63633A) is unknown color: approx Verdigris. HEX triplet: 63, 63 and 3A. RGB value is (99,99,58). Sum of RGB (Red+Green+Blue) = 99+99+58=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 99 - color contains mainly: red, green. Hex color #63633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63633A is #9C9CC5. Grayscale: #5E5E5E. Windows color (decimal): -10263750 or 3826531. OLE color: 3826531.

HSL color Cylindrical-coordinate representation of color #63633A: hue angle of 60º 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 #63633A is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB999958-
CMYK000.410.61
HSL60º26.11%30.78%-
HSV(B)60º41.41%38.82%-
XYZ10.3711.885.75-
YUV94.33107.5131.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=38.67%
G=38.67%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999958000.410.616026.1130.78
Hex63633A00293D3c1a1f
Octal14314372005175743237
Binary11000111100011111010001010011111011111001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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