#636538

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

Shades of Verdigris #636538

Tints of Verdigris #636538

Color information

#636538 (or 0x636538) is unknown color: approx Verdigris. HEX triplet: 63, 65 and 38. RGB value is (99,101,56). Sum of RGB (Red+Green+Blue) = 99+101+56=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #636538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636538 is #9C9AC7. Grayscale: #5F5F5F. Windows color (decimal): -10263240 or 3695971. OLE color: 3695971.

HSL color Cylindrical-coordinate representation of color #636538: hue angle of 62.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #636538 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB9910156-
CMYK0.0200.450.60
HSL62.67º28.66%30.78%-
HSV(B)62.67º44.55%39.61%-
XYZ10.5112.255.55-
YUV95.27105.84130.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.67%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=38.67%
G=39.45%
B=21.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal99101560.0200.450.6062.6728.6630.78
Hex636538202D3C3f1d1f
Octal14314570205574773537
Binary110001111001011110001001011011111001111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636538; }

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

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

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

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

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

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

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

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