#69633F

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

Shades of Verdigris #69633F

Tints of Verdigris #69633F

Color information

#69633F (or 0x69633F) is unknown color: approx Verdigris. HEX triplet: 69, 63 and 3F. RGB value is (105,99,63). Sum of RGB (Red+Green+Blue) = 105+99+63=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #69633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69633F is #969CC0. Grayscale: #606060. Windows color (decimal): -9870529 or 4154217. OLE color: 4154217.

HSL color Cylindrical-coordinate representation of color #69633F: hue angle of 51.43º 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 #69633F is Cyan = 0, Magento = 0.06, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB1059963-
CMYK00.060.40.59
HSL51.43º25%32.94%-
HSV(B)51.43º40%41.18%-
XYZ11.1812.296.48-
YUV96.69108.99133.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 63 (25% from 255) = 23.60%
R=39.33%
G=37.08%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105996300.060.40.5951.432532.94
Hex69633F06283B331921
Octal15114377065073633141
Binary11010011100011111111011010100011101111001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69633F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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