#63613C

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

Shades of Verdigris #63613C

Tints of Verdigris #63613C

Color information

#63613C (or 0x63613C) is unknown color: approx Verdigris. HEX triplet: 63, 61 and 3C. RGB value is (99,97,60). Sum of RGB (Red+Green+Blue) = 99+97+60=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63613C is #9C9EC3. Grayscale: #5D5D5D. Windows color (decimal): -10264260 or 3957091. OLE color: 3957091.

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

Color convert

RGB999760-
CMYK00.020.390.61
HSL56.92º24.53%31.18%-
HSV(B)56.92º39.39%38.82%-
XYZ10.2411.535.96-
YUV93.38109.16132.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 60 (23.83% from 255) = 23.44%
R=38.67%
G=37.89%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99976000.020.390.6156.9224.5331.18
Hex63613C02273D39191f
Octal14314174024775713137
Binary110001111000011111000101001111111011110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63613C; }

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

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

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

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

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

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

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

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