#68704A

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

Shades of Siam #68704A

Tints of Siam #68704A

Color information

#68704A (or 0x68704A) is unknown color: approx Siam. HEX triplet: 68, 70 and 4A. RGB value is (104,112,74). Sum of RGB (Red+Green+Blue) = 104+112+74=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #68704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68704A is #978FB5. Grayscale: #696969. Windows color (decimal): -9932726 or 4878440. OLE color: 4878440.

HSL color Cylindrical-coordinate representation of color #68704A: hue angle of 72.63º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68704A is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB10411274-
CMYK0.0700.340.56
HSL72.63º20.43%36.47%-
HSV(B)72.63º33.93%43.92%-
XYZ12.7415.038.71-
YUV105.28110.35127.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=35.86%
G=38.62%
B=25.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112740.0700.340.5672.6320.4336.47
Hex68704A702238491424
Octal1501601127042701112444
Binary1101000111000010010101110100010111000100100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,112,74); }

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

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

 a { background-color: rgb(104,112,74); }

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

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

 span { border-color: rgb(104,112,74); }

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