#6D663B

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

Shades of Verdigris #6D663B

Tints of Verdigris #6D663B

Color information

#6D663B (or 0x6D663B) is unknown color: approx Verdigris. HEX triplet: 6D, 66 and 3B. RGB value is (109,102,59). Sum of RGB (Red+Green+Blue) = 109+102+59=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D663B is #9299C4. Grayscale: #636363. Windows color (decimal): -9607621 or 3892845. OLE color: 3892845.

HSL color Cylindrical-coordinate representation of color #6D663B: hue angle of 51.6º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D663B is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB10910259-
CMYK00.060.460.57
HSL51.6º29.76%32.94%-
HSV(B)51.6º45.87%42.75%-
XYZ11.8513.076.04-
YUV99.19105.32135-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.37%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=40.37%
G=37.78%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091025900.060.460.5751.629.7632.94
Hex6D663B062E39341e21
Octal15514673065671643641
Binary11011011100110111011011010111011100111010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,102,59); }

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

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

 a { background-color: rgb(109,102,59); }

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

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

 span { border-color: rgb(109,102,59); }

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