#68754B

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

Shades of Siam #68754B

Tints of Siam #68754B

Color information

#68754B (or 0x68754B) is unknown color: approx Siam. HEX triplet: 68, 75 and 4B. RGB value is (104,117,75). Sum of RGB (Red+Green+Blue) = 104+117+75=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #68754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68754B is #978AB4. Grayscale: #6C6C6C. Windows color (decimal): -9931445 or 4945256. OLE color: 4945256.

HSL color Cylindrical-coordinate representation of color #68754B: hue angle of 78.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68754B is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB10411775-
CMYK0.1100.360.54
HSL78.57º21.88%37.65%-
HSV(B)78.57º35.9%45.88%-
XYZ13.3416.179.08-
YUV108.32109.19124.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=35.14%
G=39.53%
B=25.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104117750.1100.360.5478.5721.8837.65
Hex68754BB024364f1626
Octal15016511313044661172646
Binary11010001110101100101110110100100110110100111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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