#6C6B39

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

Shades of Verdigris #6C6B39

Tints of Verdigris #6C6B39

Color information

#6C6B39 (or 0x6C6B39) is unknown color: approx Verdigris. HEX triplet: 6C, 6B and 39. RGB value is (108,107,57). Sum of RGB (Red+Green+Blue) = 108+107+57=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6B39 is #9394C6. Grayscale: #656565. Windows color (decimal): -9671879 or 3763052. OLE color: 3763052.

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

Color convert

RGB10810757-
CMYK00.010.470.58
HSL58.82º30.91%32.35%-
HSV(B)58.82º47.22%42.35%-
XYZ12.18145.93-
YUV101.6102.83132.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.71%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 57 (22.66% from 255) = 20.96%
R=39.71%
G=39.34%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081075700.010.470.5858.8230.9132.35
Hex6C6B39012F3A3b1f20
Octal15415371015772733740
Binary110110011010111110010110111111101011101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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