#69623F

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

Shades of Verdigris #69623F

Tints of Verdigris #69623F

Color information

#69623F (or 0x69623F) is unknown color: approx Verdigris. HEX triplet: 69, 62 and 3F. RGB value is (105,98,63). Sum of RGB (Red+Green+Blue) = 105+98+63=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #69623F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69623F is #969DC0. Grayscale: #606060. Windows color (decimal): -9870785 or 4153961. OLE color: 4153961.

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

Color convert

RGB1059863-
CMYK00.070.40.59
HSL50º25%32.94%-
HSV(B)50º40%41.18%-
XYZ11.0912.16.45-
YUV96.1109.32134.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 63 (25% from 255) = 23.68%
R=39.47%
G=36.84%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105986300.070.40.59502532.94
Hex69623F07283B321921
Octal15114277075073623141
Binary11010011100010111111011110100011101111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,98,63); }

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

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

 a { background-color: rgb(105,98,63); }

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

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

 span { border-color: rgb(105,98,63); }

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