#676444

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

Shades of Verdigris #676444

Tints of Verdigris #676444

Color information

#676444 (or 0x676444) is unknown color: approx Verdigris. HEX triplet: 67, 64 and 44. RGB value is (103,100,68). Sum of RGB (Red+Green+Blue) = 103+100+68=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #676444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676444 is #989BBB. Grayscale: #616161. Windows color (decimal): -10001340 or 4482151. OLE color: 4482151.

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

Color convert

RGB10310068-
CMYK00.030.340.60
HSL54.86º20.47%33.53%-
HSV(B)54.86º33.98%40.39%-
XYZ11.1912.427.28-
YUV97.25111.49132.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.01%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 68 (26.95% from 255) = 25.09%
R=38.01%
G=36.90%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031006800.030.340.6054.8620.4733.53
Hex67644403223C371422
Octal147144104034274672442
Binary11001111100100100010001110001011110011011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676444; }

 p { color: rgb(103,100,68); }

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

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

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

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

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

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

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