#646433

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

Shades of Verdigris #646433

Tints of Verdigris #646433

Color information

#646433 (or 0x646433) is unknown color: approx Verdigris. HEX triplet: 64, 64 and 33. RGB value is (100,100,51). Sum of RGB (Red+Green+Blue) = 100+100+51=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 100 - color contains mainly: red, green. Hex color #646433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646433 is #9B9BCC. Grayscale: #5E5E5E. Windows color (decimal): -10197965 or 3368036. OLE color: 3368036.

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

Color convert

RGB10010051-
CMYK000.490.61
HSL60º32.45%29.61%-
HSV(B)60º49%39.22%-
XYZ10.4112.064.91-
YUV94.41103.5131.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 51 (20.31% from 255) = 20.32%
R=39.84%
G=39.84%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10010051000.490.616032.4529.61
Hex64643300313D3c201e
Octal14414463006175744036
Binary110010011001001100110011000111110111110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646433; }

 p { color: rgb(100,100,51); }

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

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

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

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

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

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

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