#676435

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

Shades of Verdigris #676435

Tints of Verdigris #676435

Color information

#676435 (or 0x676435) is unknown color: approx Verdigris. HEX triplet: 67, 64 and 35. RGB value is (103,100,53). Sum of RGB (Red+Green+Blue) = 103+100+53=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #676435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676435 is #989BCA. Grayscale: #5F5F5F. Windows color (decimal): -10001355 or 3499111. OLE color: 3499111.

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

Color convert

RGB10310053-
CMYK00.030.490.60
HSL56.4º32.05%30.59%-
HSV(B)56.4º48.54%40.39%-
XYZ10.7912.255.16-
YUV95.54103.99133.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.23%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=40.23%
G=39.06%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031005300.030.490.6056.432.0530.59
Hex67643503313C38201f
Octal14714465036174704037
Binary1100111110010011010101111000111110011100010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676435; }

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

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

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

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

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

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

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

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