#6A663C

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

Shades of Verdigris #6A663C

Tints of Verdigris #6A663C

Color information

#6A663C (or 0x6A663C) is unknown color: approx Verdigris. HEX triplet: 6A, 66 and 3C. RGB value is (106,102,60). Sum of RGB (Red+Green+Blue) = 106+102+60=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 106 - color contains mainly: red. Hex color #6A663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A663C is #9599C3. Grayscale: #626262. Windows color (decimal): -9804228 or 3958378. OLE color: 3958378.

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

Color convert

RGB10610260-
CMYK00.040.430.58
HSL54.78º27.71%32.55%-
HSV(B)54.78º43.4%41.57%-
XYZ11.5112.896.16-
YUV98.41106.33133.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.55%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=39.55%
G=38.06%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061026000.040.430.5854.7827.7132.55
Hex6A663C042B3A371c21
Octal15214674045372673441
Binary11010101100110111100010010101111101011011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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