#67683F

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

Shades of Verdigris #67683F

Tints of Verdigris #67683F

Color information

#67683F (or 0x67683F) is unknown color: approx Verdigris. HEX triplet: 67, 68 and 3F. RGB value is (103,104,63). Sum of RGB (Red+Green+Blue) = 103+104+63=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #67683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67683F is #9897C0. Grayscale: #636363. Windows color (decimal): -10000321 or 4155495. OLE color: 4155495.

HSL color Cylindrical-coordinate representation of color #67683F: hue angle of 61.46º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #67683F is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB10310463-
CMYK0.0100.390.59
HSL61.46º24.55%32.75%-
HSV(B)61.46º39.42%40.78%-
XYZ11.4413.146.64-
YUV99.03107.67130.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.15%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 63 (25% from 255) = 23.33%
R=38.15%
G=38.52%
B=23.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103104630.0100.390.5961.4624.5532.75
Hex67683F10273B3d1921
Octal14715077104773753141
Binary110011111010001111111010011111101111110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67683F; }

 p { color: rgb(103,104,63); }

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

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

 a { background-color: rgb(103,104,63); }

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

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

 span { border-color: rgb(103,104,63); }

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