#69603A

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

Shades of Verdigris #69603A

Tints of Verdigris #69603A

Color information

#69603A (or 0x69603A) is unknown color: approx Verdigris. HEX triplet: 69, 60 and 3A. RGB value is (105,96,58). Sum of RGB (Red+Green+Blue) = 105+96+58=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #69603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69603A is #969FC5. Grayscale: #5E5E5E. Windows color (decimal): -9871302 or 3825769. OLE color: 3825769.

HSL color Cylindrical-coordinate representation of color #69603A: hue angle of 48.51º 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 #69603A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1059658-
CMYK00.090.450.59
HSL48.51º28.83%31.96%-
HSV(B)48.51º44.76%41.18%-
XYZ10.7711.675.69-
YUV94.36107.48135.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=40.54%
G=37.07%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105965800.090.450.5948.5128.8331.96
Hex69603A092D3B311d20
Octal151140720115573613540
Binary110100111000001110100100110110111101111000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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