#6B673E

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

Shades of Verdigris #6B673E

Tints of Verdigris #6B673E

Color information

#6B673E (or 0x6B673E) is unknown color: approx Verdigris. HEX triplet: 6B, 67 and 3E. RGB value is (107,103,62). Sum of RGB (Red+Green+Blue) = 107+103+62=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B673E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B673E is #9498C1. Grayscale: #636363. Windows color (decimal): -9738434 or 4089707. OLE color: 4089707.

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

Color convert

RGB10710362-
CMYK00.040.420.58
HSL54.67º26.63%33.14%-
HSV(B)54.67º42.06%41.96%-
XYZ11.7813.176.48-
YUV99.52106.83133.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=39.34%
G=37.87%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071036200.040.420.5854.6726.6333.14
Hex6B673E042A3A371b21
Octal15314776045272673341
Binary11010111100111111110010010101011101011011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B673E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,103,62); }

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

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

 a { background-color: rgb(107,103,62); }

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

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

 span { border-color: rgb(107,103,62); }

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