#676540

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

Shades of Verdigris #676540

Tints of Verdigris #676540

Color information

#676540 (or 0x676540) is unknown color: approx Verdigris. HEX triplet: 67, 65 and 40. RGB value is (103,101,64). Sum of RGB (Red+Green+Blue) = 103+101+64=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #676540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676540 is #989ABF. Grayscale: #616161. Windows color (decimal): -10001088 or 4220263. OLE color: 4220263.

HSL color Cylindrical-coordinate representation of color #676540: hue angle of 56.92º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #676540 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB10310164-
CMYK00.020.380.60
HSL56.92º23.35%32.75%-
HSV(B)56.92º37.86%40.39%-
XYZ11.1712.566.69-
YUV97.38109.16132.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.43%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=38.43%
G=37.69%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031016400.020.380.6056.9223.3532.75
Hex67654002263C391721
Octal147145100024674712741
Binary11001111100101100000001010011011110011100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676540; }

 p { color: rgb(103,101,64); }

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

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

 a { background-color: rgb(103,101,64); }

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

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

 span { border-color: rgb(103,101,64); }

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