#6B6B3A

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

Shades of Verdigris #6B6B3A

Tints of Verdigris #6B6B3A

Color information

#6B6B3A (or 0x6B6B3A) is unknown color: approx Verdigris. HEX triplet: 6B, 6B and 3A. RGB value is (107,107,58). Sum of RGB (Red+Green+Blue) = 107+107+58=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 107 - color contains mainly: red, green. Hex color #6B6B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6B3A is #9494C5. Grayscale: #656565. Windows color (decimal): -9737414 or 3828587. OLE color: 3828587.

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

Color convert

RGB10710758-
CMYK000.460.58
HSL60º29.7%32.35%-
HSV(B)60º45.79%41.96%-
XYZ12.0813.956.06-
YUV101.41103.5131.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 58 (23.05% from 255) = 21.32%
R=39.34%
G=39.34%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10710758000.460.586029.732.35
Hex6B6B3A002E3A3c1e20
Octal15315372005672743640
Binary110101111010111110100010111011101011110011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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