#686533

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

Shades of Verdigris #686533

Tints of Verdigris #686533

Color information

#686533 (or 0x686533) is unknown color: approx Verdigris. HEX triplet: 68, 65 and 33. RGB value is (104,101,51). Sum of RGB (Red+Green+Blue) = 104+101+51=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #686533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686533 is #979ACC. Grayscale: #606060. Windows color (decimal): -9935565 or 3368296. OLE color: 3368296.

HSL color Cylindrical-coordinate representation of color #686533: hue angle of 56.6º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686533 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB10410151-
CMYK00.030.510.59
HSL56.6º34.19%30.39%-
HSV(B)56.6º50.96%40.78%-
XYZ10.9612.494.97-
YUV96.2102.49133.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=40.62%
G=39.45%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041015100.030.510.5956.634.1930.39
Hex68653303333B39221e
Octal15014563036373714236
Binary1101000110010111001101111001111101111100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686533; }

 p { color: rgb(104,101,51); }

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

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

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

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

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

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

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