#676341

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

Shades of Verdigris #676341

Tints of Verdigris #676341

Color information

#676341 (or 0x676341) is unknown color: approx Verdigris. HEX triplet: 67, 63 and 41. RGB value is (103,99,65). Sum of RGB (Red+Green+Blue) = 103+99+65=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 103 - color contains mainly: red. Hex color #676341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676341 is #989CBE. Grayscale: #606060. Windows color (decimal): -10001599 or 4285287. OLE color: 4285287.

HSL color Cylindrical-coordinate representation of color #676341: hue angle of 53.68º 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 #676341 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB1039965-
CMYK00.040.370.60
HSL53.68º22.62%32.94%-
HSV(B)53.68º36.89%40.39%-
XYZ11.0112.196.77-
YUV96.32110.33132.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.58%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=38.58%
G=37.08%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103996500.040.370.6053.6822.6232.94
Hex67634104253C361721
Octal147143101044574662741
Binary110011111000111000001010010010111110011011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676341; }

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

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

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

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

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

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

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

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