#675F38

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

Shades of Verdigris #675F38

Tints of Verdigris #675F38

Color information

#675F38 (or 0x675F38) is unknown color: approx Verdigris. HEX triplet: 67, 5F and 38. RGB value is (103,95,56). Sum of RGB (Red+Green+Blue) = 103+95+56=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 103 - color contains mainly: red. Hex color #675F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675F38 is #98A0C7. Grayscale: #5D5D5D. Windows color (decimal): -10002632 or 3694439. OLE color: 3694439.

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

Color convert

RGB1039556-
CMYK00.080.460.60
HSL49.79º29.56%31.18%-
HSV(B)49.79º45.63%40.39%-
XYZ10.411.355.38-
YUV92.95107.15135.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.55%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=40.55%
G=37.40%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103955600.080.460.6049.7929.5631.18
Hex675F38082E3C321e1f
Octal147137700105674623637
Binary11001111011111111000010001011101111001100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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