#68673D

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

Shades of Verdigris #68673D

Tints of Verdigris #68673D

Color information

#68673D (or 0x68673D) is unknown color: approx Verdigris. HEX triplet: 68, 67 and 3D. RGB value is (104,103,61). Sum of RGB (Red+Green+Blue) = 104+103+61=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68673D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68673D is #9798C2. Grayscale: #626262. Windows color (decimal): -9935043 or 4024168. OLE color: 4024168.

HSL color Cylindrical-coordinate representation of color #68673D: hue angle of 58.6º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68673D is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB10410361-
CMYK00.010.410.59
HSL58.6º26.06%32.35%-
HSV(B)58.6º41.35%40.78%-
XYZ11.412.986.32-
YUV98.51106.83131.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 61 (24.22% from 255) = 22.76%
R=38.81%
G=38.43%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041036100.010.410.5958.626.0632.35
Hex68673D01293B3b1a20
Octal15014775015173733240
Binary110100011001111111010110100111101111101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68673D; }

 p { color: rgb(104,103,61); }

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

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

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

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

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

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

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