#636535

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

Shades of Verdigris #636535

Tints of Verdigris #636535

Color information

#636535 (or 0x636535) is unknown color: approx Verdigris. HEX triplet: 63, 65 and 35. RGB value is (99,101,53). Sum of RGB (Red+Green+Blue) = 99+101+53=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #636535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636535 is #9C9ACA. Grayscale: #5F5F5F. Windows color (decimal): -10263243 or 3499363. OLE color: 3499363.

HSL color Cylindrical-coordinate representation of color #636535: hue angle of 62.5º degrees, saturation: 0.31, 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 #636535 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB9910153-
CMYK0.0200.480.60
HSL62.5º31.17%30.2%-
HSV(B)62.5º47.52%39.61%-
XYZ10.4412.225.18-
YUV94.93104.34130.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.13%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=39.13%
G=39.92%
B=20.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99101530.0200.480.6062.531.1730.2
Hex63653520303C3e1f1e
Octal14314565206074763736
Binary110001111001011101011001100001111001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636535; }

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

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

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

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

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

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

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

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