#6A6538

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

Shades of Verdigris #6A6538

Tints of Verdigris #6A6538

Color information

#6A6538 (or 0x6A6538) is unknown color: approx Verdigris. HEX triplet: 6A, 65 and 38. RGB value is (106,101,56). Sum of RGB (Red+Green+Blue) = 106+101+56=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6538 is #959AC7. Grayscale: #616161. Windows color (decimal): -9804488 or 3695978. OLE color: 3695978.

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

Color convert

RGB10610156-
CMYK00.050.470.58
HSL54º30.86%31.76%-
HSV(B)54º47.17%41.57%-
XYZ11.3112.665.59-
YUV97.36104.66134.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.30%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=40.30%
G=38.40%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061015600.050.470.585430.8631.76
Hex6A6538052F3A361f20
Octal15214570055772663740
Binary11010101100101111000010110111111101011011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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