#6C6639

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

Shades of Verdigris #6C6639

Tints of Verdigris #6C6639

Color information

#6C6639 (or 0x6C6639) is unknown color: approx Verdigris. HEX triplet: 6C, 66 and 39. RGB value is (108,102,57). Sum of RGB (Red+Green+Blue) = 108+102+57=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6639 is #9399C6. Grayscale: #626262. Windows color (decimal): -9673159 or 3761772. OLE color: 3761772.

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

Color convert

RGB10810257-
CMYK00.060.470.58
HSL52.94º30.91%32.35%-
HSV(B)52.94º47.22%42.35%-
XYZ11.6712.995.76-
YUV98.66104.49134.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=40.45%
G=38.20%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081025700.060.470.5852.9430.9132.35
Hex6C6639062F3A351f20
Octal15414671065772653740
Binary11011001100110111001011010111111101011010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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