#675E3C

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

Shades of Verdigris #675E3C

Tints of Verdigris #675E3C

Color information

#675E3C (or 0x675E3C) is unknown color: approx Verdigris. HEX triplet: 67, 5E and 3C. RGB value is (103,94,60). Sum of RGB (Red+Green+Blue) = 103+94+60=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #675E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675E3C is #98A1C3. Grayscale: #5C5C5C. Windows color (decimal): -10002884 or 3956327. OLE color: 3956327.

HSL color Cylindrical-coordinate representation of color #675E3C: hue angle of 47.44º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #675E3C is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1039460-
CMYK00.090.420.60
HSL47.44º26.38%31.96%-
HSV(B)47.44º41.75%40.39%-
XYZ10.4111.225.89-
YUV92.82109.48135.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.08%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 60 (23.83% from 255) = 23.35%
R=40.08%
G=36.58%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103946000.090.420.6047.4426.3831.96
Hex675E3C092A3C2f1a20
Octal147136740115274573240
Binary110011110111101111000100110101011110010111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675E3C; }

 p { color: rgb(103,94,60); }

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

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

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

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

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

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

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