#68613F

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

Shades of Verdigris #68613F

Tints of Verdigris #68613F

Color information

#68613F (or 0x68613F) is unknown color: approx Verdigris. HEX triplet: 68, 61 and 3F. RGB value is (104,97,63). Sum of RGB (Red+Green+Blue) = 104+97+63=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #68613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68613F is #979EC0. Grayscale: #5F5F5F. Windows color (decimal): -9936577 or 4153704. OLE color: 4153704.

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

Color convert

RGB1049763-
CMYK00.070.390.59
HSL49.76º24.55%32.75%-
HSV(B)49.76º39.42%40.78%-
XYZ10.8811.856.42-
YUV95.22109.82134.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.39%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 63 (25% from 255) = 23.86%
R=39.39%
G=36.74%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104976300.070.390.5949.7624.5532.75
Hex68613F07273B321921
Octal15014177074773623141
Binary11010001100001111111011110011111101111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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