#6C6B3A

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

Shades of Verdigris #6C6B3A

Tints of Verdigris #6C6B3A

Color information

#6C6B3A (or 0x6C6B3A) is unknown color: approx Verdigris. HEX triplet: 6C, 6B and 3A. RGB value is (108,107,58). Sum of RGB (Red+Green+Blue) = 108+107+58=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6B3A is #9394C5. Grayscale: #656565. Windows color (decimal): -9671878 or 3828588. OLE color: 3828588.

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

Color convert

RGB10810758-
CMYK00.010.460.58
HSL58.8º30.12%32.55%-
HSV(B)58.8º46.3%42.35%-
XYZ12.2114.016.06-
YUV101.71103.33132.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.56%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=39.56%
G=39.19%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081075800.010.460.5858.830.1232.55
Hex6C6B3A012E3A3b1e21
Octal15415372015672733641
Binary110110011010111110100110111011101011101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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