#68514E

Color #68514E Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #68514E

Tints of Congo Brown #68514E

Color information

#68514E (or 0x68514E) is unknown color: approx Congo Brown. HEX triplet: 68, 51 and 4E. RGB value is (104,81,78). Sum of RGB (Red+Green+Blue) = 104+81+78=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68514E is #97AEB1. Grayscale: #575757. Windows color (decimal): -9940658 or 5132648. OLE color: 5132648.

HSL color Cylindrical-coordinate representation of color #68514E: hue angle of 6.92º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68514E is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1048178-
CMYK00.220.250.59
HSL6.92º14.29%35.69%-
HSV(B)6.92º25%40.78%-
XYZ10.039.388.49-
YUV87.54122.62139.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=39.54%
G=30.80%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104817800.220.250.596.9214.2935.69
Hex68514E016193B7e24
Octal150121116026317371644
Binary110100010100011001110010110110011110111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68514E; }

 p { color: rgb(104,81,78); }

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

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

 a { background-color: rgb(104,81,78); }

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

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

 span { border-color: rgb(104,81,78); }

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