#6A6838

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

Shades of Verdigris #6A6838

Tints of Verdigris #6A6838

Color information

#6A6838 (or 0x6A6838) is unknown color: approx Verdigris. HEX triplet: 6A, 68 and 38. RGB value is (106,104,56). Sum of RGB (Red+Green+Blue) = 106+104+56=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6838 is #9597C7. Grayscale: #636363. Windows color (decimal): -9803720 or 3696746. OLE color: 3696746.

HSL color Cylindrical-coordinate representation of color #6A6838: hue angle of 57.6º 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 #6A6838 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB10610456-
CMYK00.020.470.58
HSL57.6º30.86%31.76%-
HSV(B)57.6º47.17%41.57%-
XYZ11.6113.255.69-
YUV99.13103.66132.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=39.85%
G=39.10%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061045600.020.470.5857.630.8631.76
Hex6A6838022F3A3a1f20
Octal15215070025772723740
Binary1101010110100011100001010111111101011101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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