#68653F

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

Shades of Verdigris #68653F

Tints of Verdigris #68653F

Color information

#68653F (or 0x68653F) is unknown color: approx Verdigris. HEX triplet: 68, 65 and 3F. RGB value is (104,101,63). Sum of RGB (Red+Green+Blue) = 104+101+63=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68653F is #979AC0. Grayscale: #616161. Windows color (decimal): -9935553 or 4154728. OLE color: 4154728.

HSL color Cylindrical-coordinate representation of color #68653F: hue angle of 55.61º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68653F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB10410163-
CMYK00.030.390.59
HSL55.61º24.55%32.75%-
HSV(B)55.61º39.42%40.78%-
XYZ11.2612.616.54-
YUV97.56108.49132.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 63 (25% from 255) = 23.51%
R=38.81%
G=37.69%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041016300.030.390.5955.6124.5532.75
Hex68653F03273B381921
Octal15014577034773703141
Binary1101000110010111111101110011111101111100011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68653F; }

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

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

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

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

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

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

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

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