#6A663B

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

Shades of Verdigris #6A663B

Tints of Verdigris #6A663B

Color information

#6A663B (or 0x6A663B) is unknown color: approx Verdigris. HEX triplet: 6A, 66 and 3B. RGB value is (106,102,59). Sum of RGB (Red+Green+Blue) = 106+102+59=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 106 - color contains mainly: red. Hex color #6A663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A663B is #9599C4. Grayscale: #626262. Windows color (decimal): -9804229 or 3892842. OLE color: 3892842.

HSL color Cylindrical-coordinate representation of color #6A663B: hue angle of 54.89º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A663B is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB10610259-
CMYK00.040.440.58
HSL54.89º28.48%32.35%-
HSV(B)54.89º44.34%41.57%-
XYZ11.4812.886.02-
YUV98.29105.83133.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.70%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 59 (23.44% from 255) = 22.10%
R=39.70%
G=38.20%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061025900.040.440.5854.8928.4832.35
Hex6A663B042C3A371c20
Octal15214673045472673440
Binary11010101100110111011010010110011101011011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A663B; }

 p { color: rgb(106,102,59); }

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

<style>
 a { background-color: #6A663B; }

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

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

<style>
 span { border-color: #6A663B; }

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

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