#69623B

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

Shades of Verdigris #69623B

Tints of Verdigris #69623B

Color information

#69623B (or 0x69623B) is unknown color: approx Verdigris. HEX triplet: 69, 62 and 3B. RGB value is (105,98,59). Sum of RGB (Red+Green+Blue) = 105+98+59=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #69623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69623B is #969DC4. Grayscale: #5F5F5F. Windows color (decimal): -9870789 or 3891817. OLE color: 3891817.

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

Color convert

RGB1059859-
CMYK00.070.440.59
HSL50.87º28.05%32.16%-
HSV(B)50.87º43.81%41.18%-
XYZ10.9812.055.89-
YUV95.65107.32134.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 59 (23.44% from 255) = 22.52%
R=40.08%
G=37.40%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105985900.070.440.5950.8728.0532.16
Hex69623B072C3B331c20
Octal15114273075473633440
Binary11010011100010111011011110110011101111001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69623B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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