#636635

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

Shades of Verdigris #636635

Tints of Verdigris #636635

Color information

#636635 (or 0x636635) is unknown color: approx Verdigris. HEX triplet: 63, 66 and 35. RGB value is (99,102,53). Sum of RGB (Red+Green+Blue) = 99+102+53=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #636635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636635 is #9C99CA. Grayscale: #5F5F5F. Windows color (decimal): -10262987 or 3499619. OLE color: 3499619.

HSL color Cylindrical-coordinate representation of color #636635: hue angle of 63.67º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #636635 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB9910253-
CMYK0.0300.480.6
HSL63.67º31.61%30.39%-
HSV(B)63.67º48.04%40%-
XYZ10.5412.415.21-
YUV95.52104.01130.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 53 (21.09% from 255) = 20.87%
R=38.98%
G=40.16%
B=20.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal99102530.0300.480.663.6731.6130.39
Hex63663530303C40201e
Octal143146653060741004036
Binary11000111100110110101110110000111100100000010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636635; }

 p { color: rgb(99,102,53); }

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

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

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

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

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

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

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