#67693A

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

Shades of Verdigris #67693A

Tints of Verdigris #67693A

Color information

#67693A (or 0x67693A) is unknown color: approx Verdigris. HEX triplet: 67, 69 and 3A. RGB value is (103,105,58). Sum of RGB (Red+Green+Blue) = 103+105+58=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #67693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67693A is #9896C5. Grayscale: #636363. Windows color (decimal): -10000070 or 3828071. OLE color: 3828071.

HSL color Cylindrical-coordinate representation of color #67693A: hue angle of 62.55º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67693A is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB10310558-
CMYK0.0200.450.59
HSL62.55º28.83%31.96%-
HSV(B)62.55º44.76%41.18%-
XYZ11.4113.295.97-
YUV99.04104.84130.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.72%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=38.72%
G=39.47%
B=21.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103105580.0200.450.5962.5528.8331.96
Hex67693A202D3B3f1d20
Octal14715172205573773540
Binary1100111110100111101010010110111101111111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67693A; }

 p { color: rgb(103,105,58); }

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

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

 a { background-color: rgb(103,105,58); }

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

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

 span { border-color: rgb(103,105,58); }

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