#68603B

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

Shades of Verdigris #68603B

Tints of Verdigris #68603B

Color information

#68603B (or 0x68603B) is unknown color: approx Verdigris. HEX triplet: 68, 60 and 3B. RGB value is (104,96,59). Sum of RGB (Red+Green+Blue) = 104+96+59=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #68603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68603B is #979FC4. Grayscale: #5E5E5E. Windows color (decimal): -9936837 or 3891304. OLE color: 3891304.

HSL color Cylindrical-coordinate representation of color #68603B: hue angle of 49.33º 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 #68603B is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB1049659-
CMYK00.080.430.59
HSL49.33º27.61%31.96%-
HSV(B)49.33º43.27%40.78%-
XYZ10.6811.625.82-
YUV94.17108.15135.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=40.15%
G=37.07%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104965900.080.430.5949.3327.6131.96
Hex68603B082B3B311c20
Octal150140730105373613440
Binary110100011000001110110100010101111101111000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68603B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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