#636336

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

Shades of Verdigris #636336

Tints of Verdigris #636336

Color information

#636336 (or 0x636336) is unknown color: approx Verdigris. HEX triplet: 63, 63 and 36. RGB value is (99,99,54). Sum of RGB (Red+Green+Blue) = 99+99+54=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 99 - color contains mainly: red, green. Hex color #636336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636336 is #9C9CC9. Grayscale: #5E5E5E. Windows color (decimal): -10263754 or 3564387. OLE color: 3564387.

HSL color Cylindrical-coordinate representation of color #636336: hue angle of 60º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #636336 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB999954-
CMYK000.450.61
HSL60º29.41%30%-
HSV(B)60º45.45%38.82%-
XYZ10.2711.845.23-
YUV93.87105.5131.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 54 (21.48% from 255) = 21.43%
R=39.29%
G=39.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999954000.450.616029.4130
Hex636336002D3D3c1d1e
Octal14314366005575743536
Binary11000111100011110110001011011111011111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636336; }

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

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

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

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

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

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

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

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