#675F3A

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

Shades of Verdigris #675F3A

Tints of Verdigris #675F3A

Color information

#675F3A (or 0x675F3A) is unknown color: approx Verdigris. HEX triplet: 67, 5F and 3A. RGB value is (103,95,58). Sum of RGB (Red+Green+Blue) = 103+95+58=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #675F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675F3A is #98A0C5. Grayscale: #5D5D5D. Windows color (decimal): -10002630 or 3825511. OLE color: 3825511.

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

Color convert

RGB1039558-
CMYK00.080.440.60
HSL49.33º27.95%31.57%-
HSV(B)49.33º43.69%40.39%-
XYZ10.4511.375.65-
YUV93.17108.15135.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.23%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 58 (23.05% from 255) = 22.66%
R=40.23%
G=37.11%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103955800.080.440.6049.3327.9531.57
Hex675F3A082C3C311c20
Octal147137720105474613440
Binary110011110111111110100100010110011110011000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,95,58); }

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

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

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

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

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

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

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