#63603D

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

Shades of Verdigris #63603D

Tints of Verdigris #63603D

Color information

#63603D (or 0x63603D) is unknown color: approx Verdigris. HEX triplet: 63, 60 and 3D. RGB value is (99,96,61). Sum of RGB (Red+Green+Blue) = 99+96+61=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63603D is #9C9FC2. Grayscale: #5D5D5D. Windows color (decimal): -10264515 or 4022371. OLE color: 4022371.

HSL color Cylindrical-coordinate representation of color #63603D: hue angle of 55.26º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63603D is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB999661-
CMYK00.030.380.61
HSL55.26º23.75%31.37%-
HSV(B)55.26º38.38%38.82%-
XYZ10.1711.366.07-
YUV92.91109.99132.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=38.67%
G=37.5%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99966100.030.380.6155.2623.7531.37
Hex63603D03263D37181f
Octal14314075034675673037
Binary110001111000001111010111001101111011101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63603D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63603D; }

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

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

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

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

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

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

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

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