#67663D

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

Shades of Verdigris #67663D

Tints of Verdigris #67663D

Color information

#67663D (or 0x67663D) is unknown color: approx Verdigris. HEX triplet: 67, 66 and 3D. RGB value is (103,102,61). Sum of RGB (Red+Green+Blue) = 103+102+61=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #67663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67663D is #9899C2. Grayscale: #616161. Windows color (decimal): -10000835 or 4023911. OLE color: 4023911.

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

Color convert

RGB10310261-
CMYK00.010.410.60
HSL58.57º25.61%32.16%-
HSV(B)58.57º40.78%40.39%-
XYZ11.1912.726.28-
YUV97.62107.33131.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.72%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=38.72%
G=38.35%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031026100.010.410.6058.5725.6132.16
Hex67663D01293C3b1a20
Octal14714675015174733240
Binary110011111001101111010110100111110011101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67663D; }

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

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

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

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

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

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

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

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