#6A653F

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

Shades of Verdigris #6A653F

Tints of Verdigris #6A653F

Color information

#6A653F (or 0x6A653F) is unknown color: approx Verdigris. HEX triplet: 6A, 65 and 3F. RGB value is (106,101,63). Sum of RGB (Red+Green+Blue) = 106+101+63=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 106 - color contains mainly: red. Hex color #6A653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A653F is #959AC0. Grayscale: #626262. Windows color (decimal): -9804481 or 4154730. OLE color: 4154730.

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

Color convert

RGB10610163-
CMYK00.050.410.58
HSL53.02º25.44%33.14%-
HSV(B)53.02º40.57%41.57%-
XYZ11.4912.736.55-
YUV98.16108.16133.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 101 (39.84% from 255) = 37.41%
BLUE value IS 63 (25% from 255) = 23.33%
R=39.26%
G=37.41%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061016300.050.410.5853.0225.4433.14
Hex6A653F05293A351921
Octal15214577055172653141
Binary11010101100101111111010110100111101011010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,63); }

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

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

 a { background-color: rgb(106,101,63); }

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

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

 span { border-color: rgb(106,101,63); }

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