#68704B

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

Shades of Siam #68704B

Tints of Siam #68704B

Color information

#68704B (or 0x68704B) is unknown color: approx Siam. HEX triplet: 68, 70 and 4B. RGB value is (104,112,75). Sum of RGB (Red+Green+Blue) = 104+112+75=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #68704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68704B is #978FB4. Grayscale: #696969. Windows color (decimal): -9932725 or 4943976. OLE color: 4943976.

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

Color convert

RGB10411275-
CMYK0.0700.330.56
HSL72.97º19.79%36.67%-
HSV(B)72.97º33.04%43.92%-
XYZ12.7715.048.89-
YUV105.39110.85127.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=35.74%
G=38.49%
B=25.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112750.0700.330.5672.9719.7936.67
Hex68704B702138491425
Octal1501601137041701112445
Binary1101000111000010010111110100001111000100100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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