#6B673A

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

Shades of Verdigris #6B673A

Tints of Verdigris #6B673A

Color information

#6B673A (or 0x6B673A) is unknown color: approx Verdigris. HEX triplet: 6B, 67 and 3A. RGB value is (107,103,58). Sum of RGB (Red+Green+Blue) = 107+103+58=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 107 - color contains mainly: red. Hex color #6B673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B673A is #9498C5. Grayscale: #636363. Windows color (decimal): -9738438 or 3827563. OLE color: 3827563.

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

Color convert

RGB10710358-
CMYK00.040.460.58
HSL55.1º29.7%32.35%-
HSV(B)55.1º45.79%41.96%-
XYZ11.6813.135.92-
YUV99.07104.83133.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.93%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=39.93%
G=38.43%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071035800.040.460.5855.129.732.35
Hex6B673A042E3A371e20
Octal15314772045672673640
Binary11010111100111111010010010111011101011011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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