#68613D

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

Shades of Verdigris #68613D

Tints of Verdigris #68613D

Color information

#68613D (or 0x68613D) is unknown color: approx Verdigris. HEX triplet: 68, 61 and 3D. RGB value is (104,97,61). Sum of RGB (Red+Green+Blue) = 104+97+61=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68613D is #979EC2. Grayscale: #5F5F5F. Windows color (decimal): -9936579 or 4022632. OLE color: 4022632.

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

Color convert

RGB1049761-
CMYK00.070.410.59
HSL50.23º26.06%32.35%-
HSV(B)50.23º41.35%40.78%-
XYZ10.8311.836.13-
YUV94.99108.82134.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=39.69%
G=37.02%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104976100.070.410.5950.2326.0632.35
Hex68613D07293B321a20
Octal15014175075173623240
Binary11010001100001111101011110100111101111001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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