#68603A

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

Shades of Verdigris #68603A

Tints of Verdigris #68603A

Color information

#68603A (or 0x68603A) is unknown color: approx Verdigris. HEX triplet: 68, 60 and 3A. RGB value is (104,96,58). Sum of RGB (Red+Green+Blue) = 104+96+58=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 104 - color contains mainly: red. Hex color #68603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68603A is #979FC5. Grayscale: #5E5E5E. Windows color (decimal): -9936838 or 3825768. OLE color: 3825768.

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

Color convert

RGB1049658-
CMYK00.080.440.59
HSL49.57º28.4%31.76%-
HSV(B)49.57º44.23%40.78%-
XYZ10.6611.615.68-
YUV94.06107.65135.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=40.31%
G=37.21%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104965800.080.440.5949.5728.431.76
Hex68603A082C3B321c20
Octal150140720105473623440
Binary110100011000001110100100010110011101111001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68603A; }

 p { color: rgb(104,96,58); }

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

<style>
 a { background-color: #68603A; }

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

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

<style>
 span { border-color: #68603A; }

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

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