#676142

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

Shades of Verdigris #676142

Tints of Verdigris #676142

Color information

#676142 (or 0x676142) is unknown color: approx Verdigris. HEX triplet: 67, 61 and 42. RGB value is (103,97,66). Sum of RGB (Red+Green+Blue) = 103+97+66=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #676142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676142 is #989EBD. Grayscale: #5F5F5F. Windows color (decimal): -10002110 or 4350311. OLE color: 4350311.

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

Color convert

RGB1039766-
CMYK00.060.360.60
HSL50.27º21.89%33.14%-
HSV(B)50.27º35.92%40.39%-
XYZ10.8511.836.87-
YUV95.26111.49133.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.72%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 66 (26.17% from 255) = 24.81%
R=38.72%
G=36.47%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103976600.060.360.6050.2721.8933.14
Hex67614206243C321621
Octal147141102064474622641
Binary110011111000011000010011010010011110011001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676142; }

 p { color: rgb(103,97,66); }

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

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

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

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

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

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

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