#68683B

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

Shades of Verdigris #68683B

Tints of Verdigris #68683B

Color information

#68683B (or 0x68683B) is unknown color: approx Verdigris. HEX triplet: 68, 68 and 3B. RGB value is (104,104,59). Sum of RGB (Red+Green+Blue) = 104+104+59=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68683B is #9797C4. Grayscale: #636363. Windows color (decimal): -9934789 or 3893352. OLE color: 3893352.

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

Color convert

RGB10410459-
CMYK000.430.59
HSL60º27.61%31.96%-
HSV(B)60º43.27%40.78%-
XYZ11.4513.166.07-
YUV98.87105.5131.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 59 (23.44% from 255) = 22.10%
R=38.95%
G=38.95%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410459000.430.596027.6131.96
Hex68683B002B3B3c1c20
Octal15015073005373743440
Binary110100011010001110110010101111101111110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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