#686338

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

Shades of Verdigris #686338

Tints of Verdigris #686338

Color information

#686338 (or 0x686338) is unknown color: approx Verdigris. HEX triplet: 68, 63 and 38. RGB value is (104,99,56). Sum of RGB (Red+Green+Blue) = 104+99+56=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 104 - color contains mainly: red. Hex color #686338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686338 is #979CC7. Grayscale: #5F5F5F. Windows color (decimal): -9936072 or 3695464. OLE color: 3695464.

HSL color Cylindrical-coordinate representation of color #686338: hue angle of 53.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #686338 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1049956-
CMYK00.050.460.59
HSL53.75º30%31.37%-
HSV(B)53.75º46.15%40.78%-
XYZ10.8812.155.51-
YUV95.59105.66134-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.15%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=40.15%
G=38.22%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104995600.050.460.5953.753031.37
Hex686338052E3B361e1f
Octal15014370055673663637
Binary1101000110001111100001011011101110111101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686338; }

 p { color: rgb(104,99,56); }

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

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

 a { background-color: rgb(104,99,56); }

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

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

 span { border-color: rgb(104,99,56); }

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