#646335

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

Shades of Verdigris #646335

Tints of Verdigris #646335

Color information

#646335 (or 0x646335) is unknown color: approx Verdigris. HEX triplet: 64, 63 and 35. RGB value is (100,99,53). Sum of RGB (Red+Green+Blue) = 100+99+53=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 100 - color contains mainly: red. Hex color #646335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646335 is #9B9CCA. Grayscale: #5E5E5E. Windows color (decimal): -10198219 or 3498852. OLE color: 3498852.

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

Color convert

RGB1009953-
CMYK00.010.470.61
HSL58.72º30.72%30%-
HSV(B)58.72º47%39.22%-
XYZ10.3611.895.12-
YUV94.06104.83132.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.68%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 53 (21.09% from 255) = 21.03%
R=39.68%
G=39.29%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100995300.010.470.6158.7230.7230
Hex646335012F3D3b1f1e
Octal14414365015775733736
Binary11001001100011110101011011111111011110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646335; }

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

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

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

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

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

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

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

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