#68683F

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

Shades of Verdigris #68683F

Tints of Verdigris #68683F

Color information

#68683F (or 0x68683F) is unknown color: approx Verdigris. HEX triplet: 68, 68 and 3F. RGB value is (104,104,63). Sum of RGB (Red+Green+Blue) = 104+104+63=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68683F is #9797C0. Grayscale: #636363. Windows color (decimal): -9934785 or 4155496. OLE color: 4155496.

HSL color Cylindrical-coordinate representation of color #68683F: hue angle of 60º 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 #68683F is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB10410463-
CMYK000.390.59
HSL60º24.55%32.75%-
HSV(B)60º39.42%40.78%-
XYZ11.5613.26.64-
YUV99.33107.5131.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 63 (25% from 255) = 23.25%
R=38.38%
G=38.38%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410463000.390.596024.5532.75
Hex68683F00273B3c1921
Octal15015077004773743141
Binary110100011010001111110010011111101111110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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