#676741

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

Shades of Verdigris #676741

Tints of Verdigris #676741

Color information

#676741 (or 0x676741) is unknown color: approx Verdigris. HEX triplet: 67, 67 and 41. RGB value is (103,103,65). Sum of RGB (Red+Green+Blue) = 103+103+65=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 103 - color contains mainly: red, green. Hex color #676741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676741 is #9898BE. Grayscale: #626262. Windows color (decimal): -10000575 or 4286311. OLE color: 4286311.

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

Color convert

RGB10310365-
CMYK000.370.60
HSL60º22.62%32.94%-
HSV(B)60º36.89%40.39%-
XYZ11.412.976.9-
YUV98.67109131.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.01%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 65 (25.78% from 255) = 23.99%
R=38.01%
G=38.01%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10310365000.370.606022.6232.94
Hex67674100253C3c1721
Octal147147101004574742741
Binary1100111110011110000010010010111110011110010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676741; }

 p { color: rgb(103,103,65); }

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

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

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

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

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

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

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