#6C6838

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

Shades of Verdigris #6C6838

Tints of Verdigris #6C6838

Color information

#6C6838 (or 0x6C6838) is unknown color: approx Verdigris. HEX triplet: 6C, 68 and 38. RGB value is (108,104,56). Sum of RGB (Red+Green+Blue) = 108+104+56=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6838 is #9397C7. Grayscale: #636363. Windows color (decimal): -9672648 or 3696748. OLE color: 3696748.

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

Color convert

RGB10810456-
CMYK00.040.480.58
HSL55.38º31.71%32.16%-
HSV(B)55.38º48.15%42.35%-
XYZ11.8513.375.7-
YUV99.72103.33133.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.30%
GREEN value IS 104 (41.02% from 255) = 38.81%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=40.30%
G=38.81%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081045600.040.480.5855.3831.7132.16
Hex6C683804303A372020
Octal15415070046072674040
Binary110110011010001110000100110000111010110111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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