#68514B

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

Shades of Congo Brown #68514B

Tints of Congo Brown #68514B

Color information

#68514B (or 0x68514B) is unknown color: approx Congo Brown. HEX triplet: 68, 51 and 4B. RGB value is (104,81,75). Sum of RGB (Red+Green+Blue) = 104+81+75=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 104 - color contains mainly: red. Hex color #68514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68514B is #97AEB4. Grayscale: #575757. Windows color (decimal): -9940661 or 4936040. OLE color: 4936040.

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

Color convert

RGB1048175-
CMYK00.220.280.59
HSL12.41º16.2%35.1%-
HSV(B)12.41º27.88%40.78%-
XYZ9.929.347.94-
YUV87.19121.12139.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 75 (29.69% from 255) = 28.85%
R=40%
G=31.15%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104817500.220.280.5912.4116.235.1
Hex68514B0161C3Bc1023
Octal1501211130263473142043
Binary11010001010001100101101011011100111011110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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