#676635

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

Shades of Verdigris #676635

Tints of Verdigris #676635

Color information

#676635 (or 0x676635) is unknown color: approx Verdigris. HEX triplet: 67, 66 and 35. RGB value is (103,102,53). Sum of RGB (Red+Green+Blue) = 103+102+53=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #676635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676635 is #9899CA. Grayscale: #606060. Windows color (decimal): -10000843 or 3499623. OLE color: 3499623.

HSL color Cylindrical-coordinate representation of color #676635: hue angle of 58.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #676635 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB10310253-
CMYK00.010.490.60
HSL58.8º32.05%30.59%-
HSV(B)58.8º48.54%40.39%-
XYZ10.9912.645.23-
YUV96.71103.33132.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.92%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 53 (21.09% from 255) = 20.54%
R=39.92%
G=39.53%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031025300.010.490.6058.832.0530.59
Hex67663501313C3b201f
Octal14714665016174734037
Binary110011111001101101010111000111110011101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676635; }

 p { color: rgb(103,102,53); }

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

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

 a { background-color: rgb(103,102,53); }

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

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

 span { border-color: rgb(103,102,53); }

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