#696338

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

Shades of Verdigris #696338

Tints of Verdigris #696338

Color information

#696338 (or 0x696338) is unknown color: approx Verdigris. HEX triplet: 69, 63 and 38. RGB value is (105,99,56). Sum of RGB (Red+Green+Blue) = 105+99+56=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 56 (22.27% from 255 or 21.54% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #696338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696338 is #969CC7. Grayscale: #606060. Windows color (decimal): -9870536 or 3695465. OLE color: 3695465.

HSL color Cylindrical-coordinate representation of color #696338: hue angle of 52.65º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696338 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1059956-
CMYK00.060.470.59
HSL52.65º30.43%31.57%-
HSV(B)52.65º46.67%41.18%-
XYZ1112.215.52-
YUV95.89105.49134.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 56 (22.27% from 255) = 21.54%
R=40.38%
G=38.08%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105995600.060.470.5952.6530.4331.57
Hex696338062F3B351e20
Octal15114370065773653640
Binary11010011100011111000011010111111101111010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696338; }

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

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

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

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

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

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

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

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